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

/external/valgrind/main/coregrind/
H A Dpub_core_mallocfree.h107 extern void* VG_(arena_calloc) ( ArenaId arena, HChar* cc,
H A Dm_mallocfree.c2105 void* VG_(arena_calloc) ( ArenaId aid, HChar* cc, function
2204 return VG_(arena_calloc) ( VG_AR_TOOL, cc, nmemb, bytes_per_memb );
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h183 #define calloc(n,sz) VG_(arena_calloc) (VG_AR_CORE, "gdbsrv", n, sz)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c462 return VG_(arena_calloc)(VG_AR_CORE, "di.syswrap-x86.azxG.1", nbytes, 1);
469 return VG_(arena_calloc)(VG_AR_CORE, "di.syswrap-x86.azxL.1", nbytes, 1);
H A Dsyswrap-darwin.c7648 return VG_(arena_calloc)(VG_AR_CORE, "syswrap-darwin.ldt", nbytes, 1);

Completed in 39 milliseconds