Home
last modified time | relevance | path

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

/external/valgrind/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_()
107 return VG_(arena_malloc_usable_size)(VG_AR_CLIENT, p); in VG_()
/external/valgrind/coregrind/
Dm_mallocfree.c569 if (VG_AR_CLIENT == aid) { in arena_init()
593 a->clientmem = ( VG_AR_CLIENT == aid ? True : False ); in arena_init()
685 if (VG_AR_CLIENT == aid) { in ensure_mm_init()
712 arena_init ( VG_AR_CLIENT, "client", client_rz_szB, in ensure_mm_init()
1496 if (i == VG_AR_CLIENT && !client_inited) in VG_()
1509 if (i == VG_AR_CLIENT && !client_inited) in VG_()
1747 vg_assert(VG_AR_CLIENT == aid); in VG_()
1866 if (0 && aid != VG_AR_CLIENT) in VG_()
2041 if (aid != VG_AR_CLIENT) in VG_()
2056 if (aid != VG_AR_CLIENT) in VG_()
[all …]
Dpub_core_mallocfree.h59 #define VG_AR_CLIENT 2 macro
Dm_addrinfo.c189 if (aai.aid == VG_AR_CLIENT) in VG_()