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

/external/valgrind/coregrind/
H A Dm_mallocfree.c225 // VG_(arena_perm_malloc) returns memory from superblocks
2600 void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT size, Int align ) function
2670 return VG_(arena_perm_malloc) ( VG_AR_CORE, size, align );

Completed in 678 milliseconds