Searched refs:perm_malloc_limit (Results 1 – 1 of 1) sorted by relevance
226 Addr perm_malloc_limit; // maximum usable byte in perm_malloc sb. member604 a->perm_malloc_limit = 0; in arena_init()2545 if (UNLIKELY(a->perm_malloc_current + size > a->perm_malloc_limit)) { in VG_()2551 a->perm_malloc_limit = (Addr)&new_sb->payload_bytes[new_sb->n_payload_bytes - 1]; in VG_()