Searched refs:PrintAlloc (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/malloc_debug/tools/ |
D | gen_malloc.pl | 182 sub PrintAlloc($$$$$$) { subroutine 213 PrintAlloc($opts, $cur_thread, $pointer, "MALLOC", $size, 0); 218 PrintAlloc($opts, $cur_thread, $pointer, "CALLOC", $size, $nmemb); 223 PrintAlloc($opts, $cur_thread, $pointer, "MEMALIGN", $size, $align);
|