Searched refs:MallocRealloc (Results 1 – 2 of 2) sorted by relevance
46 typedef void* (*MallocRealloc)(void*, size_t); typedef69 MallocRealloc realloc;
174 if (!InitMallocFunction<MallocRealloc>(impl_handler, &table->realloc, prefix, "realloc")) { in InitMallocFunctions()