Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_replacemalloc/
Dreplacemalloc_core.c83 return VG_(arena_malloc) ( VG_AR_CLIENT, "replacemalloc.cm.1", in VG_()
86 return VG_(arena_memalign) ( VG_AR_CLIENT, "replacemalloc.cm.2", in VG_()
92 VG_(arena_free) ( VG_AR_CLIENT, p ); in VG_()
/external/valgrind/main/coregrind/
Dm_mallocfree.c501 ensure_mm_init (VG_AR_CLIENT); in VG_()
505 return arenaId_to_ArenaP(VG_AR_CLIENT)->rz_szB; in VG_()
525 if (VG_AR_CLIENT == aid) { in arena_init()
549 a->clientmem = ( VG_AR_CLIENT == aid ? True : False ); in arena_init()
636 if (VG_AR_CLIENT == aid) { in ensure_mm_init()
663 arena_init ( VG_AR_CLIENT, "client", client_rz_szB, in ensure_mm_init()
1374 if (i == VG_AR_CLIENT && !client_inited) in VG_()
1544 vg_assert(VG_AR_CLIENT == aid); in VG_()
1676 if (0 && aid != VG_AR_CLIENT) in VG_()
1777 if (aid != VG_AR_CLIENT) in VG_()
[all …]
Dpub_core_mallocfree.h63 #define VG_AR_CLIENT 3 macro