Searched refs:__wrap_malloc (Results 1 – 3 of 3) sorted by relevance
187 void *__wrap_malloc(int size) in __wrap_malloc() function210 void *ptr = __wrap_malloc(n * size); in __wrap_calloc()
2119 __wrap_malloc (size_t c)2126 all calls to 'malloc' will call the function '__wrap_malloc'2127 instead. The call to '__real_malloc' in '__wrap_malloc' will call2133 file as '__wrap_malloc'; if you do, the assembler may resolve the