Searched refs:MallocCalloc (Results 1 – 2 of 2) sorted by relevance
38 typedef void* (*MallocCalloc)(size_t, size_t); typedef59 MallocCalloc calloc;
141 if (!InitMallocFunction<MallocCalloc>(impl_handler, &table->calloc, prefix, "calloc")) { in InitMallocFunctions()