Home
last modified time | relevance | path

Searched refs:ARENA_BITS (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c958 #define ARENA_BITS 20 /* 1 MiB */ macro
960 #define ARENA_BITS 18 /* 256 KiB */ macro
962 #define ARENA_SIZE (1 << ARENA_BITS)
1363 #if ARENA_BITS >= 32
1372 #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
1385 #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
1389 #define MAP_BOT_SHIFT ARENA_BITS
1561 /* ARENA_BITS must be < 32 so that the tail is a non-negative int32_t. */ in arena_map_is_used()

Completed in 5 milliseconds