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

/external/valgrind/coregrind/
H A Dm_mallocfree.c656 less coupled with the outside world. Hence VG_(arena_malloc)() and
1674 void* VG_(arena_malloc) ( ArenaId aid, const HChar* cc, SizeT req_pszB ) function
2190 /* As we will split the block given back by VG_(arena_malloc),
2196 base_p = VG_(arena_malloc) ( aid, cc, base_pszB_req );
2205 inside VG_(arena_malloc). We need to indicate it is free, then
2252 are updated by the call to VG_(arena_malloc) just a few lines
2358 p = VG_(arena_malloc) ( aid, cc, size );
2381 return VG_(arena_malloc)(aid, cc, req_pszB);
2399 p_new = VG_(arena_malloc) ( aid, cc, req_pszB );
2528 res = VG_(arena_malloc) (ai
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h47 #define arena_malloc JEMALLOC_N(arena_malloc) macro
H A Dprivate_unnamespace.h47 #undef arena_malloc macro

Completed in 342 milliseconds