Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_mallocfree.h108 extern void* VG_(arena_calloc) ( ArenaId arena, HChar* cc,
Dm_mallocfree.c2139 void* VG_(arena_calloc) ( ArenaId aid, HChar* cc, in VG_() argument
2236 return VG_(arena_calloc) ( VG_AR_TOOL, cc, nmemb, bytes_per_memb ); in VG_()
/external/valgrind/main/coregrind/m_gdbserver/
Dserver.h155 #define calloc(n,sz) VG_(arena_calloc) (VG_AR_CORE, "gdbsrv", n, sz)
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-linux.c464 return VG_(arena_calloc)(VG_AR_CORE, "di.syswrap-x86.azxG.1", nbytes, 1); in alloc_zeroed_x86_GDT()
471 return VG_(arena_calloc)(VG_AR_CORE, "di.syswrap-x86.azxL.1", nbytes, 1); in alloc_zeroed_x86_LDT()
Dsyswrap-darwin.c7680 return VG_(arena_calloc)(VG_AR_CORE, "syswrap-darwin.ldt", nbytes, 1); in alloc_zeroed_x86_LDT()