Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c1306 64-bit pointers, IGNORE_BITS=0 and 2^20 arena size:
1314 64-bit pointers, IGNORE_BITS=16, and 2^20 arena size:
1315 16 -> IGNORE_BITS
1340 * those high bits. The main advantage to setting IGNORE_BITS > 0 is that less
1345 #define IGNORE_BITS 0 macro
1353 #define IGNORE_BITS 0 macro
1368 #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
1398 #if IGNORE_BITS > 0
1400 * for all valid pointers if IGNORE_BITS is set correctly.
1452 /* sanity check that IGNORE_BITS i in arena_map_get()
[all...]

Completed in 4 milliseconds