Home
last modified time | relevance | path

Searched refs:VG_AR_CLIENT (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_replacemalloc/
Dreplacemalloc_core.c80 return VG_(arena_redzone_size)(VG_AR_CLIENT); in VG_()
92 return VG_(arena_malloc) ( VG_AR_CLIENT, "replacemalloc.cm.1", in VG_()
95 return VG_(arena_memalign) ( VG_AR_CLIENT, "replacemalloc.cm.2", in VG_()
101 VG_(arena_free) ( VG_AR_CLIENT, p ); in VG_()
/external/valgrind/main/coregrind/
Dm_mallocfree.c532 if (VG_AR_CLIENT == aid) { in arena_init()
556 a->clientmem = ( VG_AR_CLIENT == aid ? True : False ); in arena_init()
648 if (VG_AR_CLIENT == aid) { in ensure_mm_init()
675 arena_init ( VG_AR_CLIENT, "client", client_rz_szB, in ensure_mm_init()
1437 if (i == VG_AR_CLIENT && !client_inited) in VG_()
1450 if (i == VG_AR_CLIENT && !client_inited) in VG_()
1663 vg_assert(VG_AR_CLIENT == aid); in VG_()
1782 if (0 && aid != VG_AR_CLIENT) in VG_()
1883 if (aid != VG_AR_CLIENT) in VG_()
1900 if (aid != VG_AR_CLIENT) in VG_()
[all …]
Dpub_core_mallocfree.h59 #define VG_AR_CLIENT 2 macro
Dm_addrinfo.c112 if (aai.aid == VG_AR_CLIENT) in VG_()