HomeSort by relevance Sort by last modified time
    Searched refs:INITIAL_ARENA_OBJECTS (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 539 #define INITIAL_ARENA_OBJECTS 16
576 numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 506 #define INITIAL_ARENA_OBJECTS 16
541 numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS;
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 539 #define INITIAL_ARENA_OBJECTS 16
576 numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS;
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c     [all...]

Completed in 251 milliseconds