Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_mallocfree.c225 Addr perm_malloc_current; // first byte free in perm_malloc sb. member
603 a->perm_malloc_current = 0; in arena_init()
2545 if (UNLIKELY(a->perm_malloc_current + size > a->perm_malloc_limit)) { in VG_()
2555 a->perm_malloc_current = (Addr)new_sb; in VG_()
2562 a->perm_malloc_current += size; in VG_()
2563 return (void*)(a->perm_malloc_current - size); in VG_()