Searched refs:arena_calloc (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/coregrind/ |
D | pub_core_mallocfree.h | 106 extern void* VG_(arena_calloc) ( ArenaId arena, HChar* cc,
|
D | m_mallocfree.c | 1821 void* VG_(arena_calloc) ( ArenaId aid, HChar* cc, in VG_() argument 1920 return VG_(arena_calloc) ( VG_AR_TOOL, cc, nmemb, bytes_per_memb ); in VG_()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-x86-linux.c | 461 return VG_(arena_calloc)(VG_AR_CORE, "di.syswrap-x86.azxG.1", nbytes, 1); in alloc_zeroed_x86_GDT() 468 return VG_(arena_calloc)(VG_AR_CORE, "di.syswrap-x86.azxL.1", nbytes, 1); in alloc_zeroed_x86_LDT()
|
D | syswrap-darwin.c | 7512 return VG_(arena_calloc)(VG_AR_CORE, "syswrap-darwin.ldt", nbytes, 1); in alloc_zeroed_x86_LDT()
|