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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c574 less coupled with the outside world. Hence VG_(arena_malloc)() and
1493 void* VG_(arena_malloc) ( ArenaId aid, HChar* cc, SizeT req_pszB ) function
1960 /* As we will split the block given back by VG_(arena_malloc),
1966 base_p = VG_(arena_malloc) ( aid, cc, base_pszB_req );
2017 are updated by the call to VG_(arena_malloc) just a few lines
2114 p = VG_(arena_malloc) ( aid, cc, size );
2138 return VG_(arena_malloc)(aid, cc, req_pszB);
2156 p_new = VG_(arena_malloc) ( aid, cc, req_pszB );
2178 res = VG_(arena_malloc) (aid, cc, len);
2194 return VG_(arena_malloc) ( VG_AR_TOO
[all...]

Completed in 311 milliseconds