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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 220 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 190 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 220 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE)
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 853 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE)
    [all...]

Completed in 585 milliseconds