Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c506 #define INITIAL_ARENA_OBJECTS 16 macro
541 numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS; in new_arena()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c539 #define INITIAL_ARENA_OBJECTS 16 macro
576 numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS; in new_arena()