Home
last modified time | relevance | path

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

/malloc/
A 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 …]

Completed in 6 milliseconds