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

/external/valgrind/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))
H A Ddemangle.c169 sobuf = VG_(arena_realloc)(VG_AR_DEMANGLE, "Z-demangle", sobuf, len);
170 fnbuf = VG_(arena_realloc)(VG_AR_DEMANGLE, "Z-demangle", fnbuf, len);
/external/valgrind/coregrind/
H A Dpub_core_mallocfree.h110 extern void* VG_(arena_realloc) ( ArenaId arena, const HChar* cc,
120 Compared to VG_(arena_realloc):
H A Dm_mallocfree.c2367 void* VG_(arena_realloc) ( ArenaId aid, const HChar* cc, function
2590 return VG_(arena_realloc) ( VG_AR_CORE, cc, ptr, size );
/external/valgrind/coregrind/m_debuginfo/
H A Dmisc.c72 void* dst = VG_(arena_realloc)( VG_AR_DINFO, cc, ptr, new_size );

Completed in 107 milliseconds