Home | History | Annotate | Download | only in coregrind

Lines Matching defs:arena_malloc

607    less coupled with the outside world.  Hence VG_(arena_malloc)() and
1471 void* VG_(arena_malloc) ( ArenaId aid, HChar* cc, SizeT req_pszB )
1988 /* As we will split the block given back by VG_(arena_malloc),
1994 base_p = VG_(arena_malloc) ( aid, cc, base_pszB_req );
2003 inside VG_(arena_malloc). We need to indicate it is free, then
2050 are updated by the call to VG_(arena_malloc) just a few lines
2148 p = VG_(arena_malloc) ( aid, cc, size );
2170 return VG_(arena_malloc)(aid, cc, req_pszB);
2188 p_new = VG_(arena_malloc) ( aid, cc, req_pszB );
2210 res = VG_(arena_malloc) (aid, cc, len);
2226 return VG_(arena_malloc) ( VG_AR_TOOL, cc, nbytes );