Searched refs:arena_memalign (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_replacemalloc/
H A Dreplacemalloc_core.c90 // VG_(arena_memalign)() will abort if it's not.
95 return VG_(arena_memalign) ( VG_AR_CLIENT, "replacemalloc.cm.2",
/external/valgrind/main/coregrind/
H A Dpub_core_mallocfree.h108 extern void* VG_(arena_memalign)( ArenaId aid, const HChar* cc,
H A Dm_mallocfree.c2050 void* VG_(arena_memalign) ( ArenaId aid, const HChar* cc, function
2074 VG_(printf)("VG_(arena_memalign)(%p, %lu, %lu)\n"
2078 VG_(core_panic)("VG_(arena_memalign)");

Completed in 133 milliseconds