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

/external/valgrind/main/coregrind/
H A Dpub_core_mallocfree.h119 // VG_(arena_perm_malloc) is for permanent allocation of small blocks.
122 extern void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT nbytes, Int align );
144 VG_(arena_perm_malloc). */
H A Dm_mallocfree.c223 // VG_(arena_perm_malloc) returns memory from superblocks
2332 void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT size, Int align ) function
2402 return VG_(arena_perm_malloc) ( VG_AR_CORE, size, align );

Completed in 68 milliseconds