Searched refs:arena_realloc (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h53 #define realloc(_cc,_pt,_sz) VG_(arena_realloc)(VG_AR_DEMANGLE,(_cc),(_pt),(_sz))
73 VG_(arena_realloc)(VG_AR_DEMANGLE,"m_demangle.xrealloc",(_pt),(_sz))
/external/valgrind/main/coregrind/
H A Dpub_core_mallocfree.h106 extern void* VG_(arena_realloc) ( ArenaId arena, const HChar* cc,
H A Dm_mallocfree.c2271 void* VG_(arena_realloc) ( ArenaId aid, const HChar* cc, function
2386 return VG_(arena_realloc) ( VG_AR_CORE, cc, ptr, size );
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h161 #define realloc(p,size) VG_(arena_realloc) (VG_AR_CORE, "gdbsrv", p, size)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c1041 VG_(arena_realloc)(VG_AR_CORE, "syswrap.prctl",

Completed in 344 milliseconds