Lines Matching refs:ARENA_SIZE
910 #define ARENA_SIZE (256 << 10) /* 256KB */ macro
913 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE)
923 #define MAX_POOLS_IN_ARENA (ARENA_SIZE / POOL_SIZE)
924 #if MAX_POOLS_IN_ARENA * POOL_SIZE != ARENA_SIZE
1304 address = _PyObject_Arena.alloc(_PyObject_Arena.ctx, ARENA_SIZE); in new_arena()
1422 (uintptr_t)p - arenas[arenaindex].address < ARENA_SIZE && in address_in_range()
1519 ARENA_SIZE - POOL_SIZE); in allocate_from_new_pool()
1528 ARENA_SIZE - POOL_SIZE); in allocate_from_new_pool()
1773 (void *)ao->address, ARENA_SIZE); in insert_to_freepool()
2720 narenas, ARENA_SIZE); in _PyObject_DebugMallocStats()
2721 (void)printone(out, buf, narenas * ARENA_SIZE); in _PyObject_DebugMallocStats()