Home
last modified time | relevance | path

Searched refs:arena_calloc (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_mallocfree.h106 extern void* VG_(arena_calloc) ( ArenaId arena, HChar* cc,
Dm_mallocfree.c1821 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/
Dsyswrap-x86-linux.c461 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()
Dsyswrap-darwin.c7512 return VG_(arena_calloc)(VG_AR_CORE, "syswrap-darwin.ldt", nbytes, 1); in alloc_zeroed_x86_LDT()