Home
last modified time | relevance | path

Searched refs:VG_AR_TOOL (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_mallocfree.h61 #define VG_AR_TOOL 1 macro
Dm_mallocfree.c644 arena_init ( VG_AR_TOOL, "tool", 4, 4194304, 4194304+1 ); in ensure_mm_init()
2194 return VG_(arena_malloc) ( VG_AR_TOOL, cc, nbytes ); in VG_()
2199 VG_(arena_free) ( VG_AR_TOOL, ptr ); in VG_()
2204 return VG_(arena_calloc) ( VG_AR_TOOL, cc, nmemb, bytes_per_memb ); in VG_()
2209 return VG_(arena_realloc) ( VG_AR_TOOL, cc, ptr, size ); in VG_()
2214 return VG_(arena_strdup) ( VG_AR_TOOL, cc, s ); in VG_()