Home
last modified time | relevance | path

Searched refs:update_data (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/malloc/
Dmemusage.c139 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/
DChangeLog.243993 (update_data): Modified function.
4037 (update_data): Modified function.
4427 (update_data): Modified function.
DChangeLog.172171 * malloc/memusage.c (update_data): Fix index wraparound handling
5101 (update_data): Fix handling of wrapping back
DChangeLog.1857644 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
58732 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)