Searched refs:update_data (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/malloc/ |
D | memusage.c | 139 update_data (struct header *result, size_t len, size_t old_len) in update_data() function 215 update_data (NULL, 0, 0); in int_handler() 387 update_data (result, len, 0); in malloc() 450 update_data (NULL, 0, old_len); in realloc() 482 update_data (result, len, old_len); in realloc() 533 update_data (result, size, 0); in calloc() 585 update_data (NULL, 0, real->length); in free() 637 update_data (NULL, len, 0); in mmap() 690 update_data (NULL, len, 0); in mmap64() 756 update_data (NULL, len, old_len); in mremap() [all …]
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.24 | 3993 (update_data): Modified function. 4037 (update_data): Modified function. 4427 (update_data): Modified function.
|
D | ChangeLog.17 | 2171 * malloc/memusage.c (update_data): Fix index wraparound handling 5101 (update_data): Fix handling of wrapping back
|
D | ChangeLog.18 | 57644 * malloc/memusage.c (update_data, malloc, realloc, calloc, free) 58732 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
|