HomeSort by relevance Sort by last modified time
    Searched refs:arena_perm_malloc (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/
pub_core_mallocfree.h 133 // VG_(arena_perm_malloc) is for permanent allocation of small blocks.
136 extern void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT nbytes, Int align );
158 VG_(arena_perm_malloc). */
m_mallocfree.c 222 // VG_(arena_perm_malloc) returns memory from superblocks
2535 void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT size, Int align ) function
    [all...]

Completed in 83 milliseconds