Searched defs:arena_calloc (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c2253 void* VG_(arena_calloc) ( ArenaId aid, const HChar* cc, function
2381 return VG_(arena_calloc) ( VG_AR_CORE, cc, nmemb, bytes_per_memb );

Completed in 64 milliseconds