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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 199 #ifndef SMALL_MEMORY_LIMIT
200 #define SMALL_MEMORY_LIMIT (64 * 1024 * 1024) /* 64 MB -- more? */
220 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 169 #ifndef SMALL_MEMORY_LIMIT
170 #define SMALL_MEMORY_LIMIT (64 * 1024 * 1024) /* 64 MB -- more? */
190 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 199 #ifndef SMALL_MEMORY_LIMIT
200 #define SMALL_MEMORY_LIMIT (64 * 1024 * 1024) /* 64 MB -- more? */
220 #define MAX_ARENAS (SMALL_MEMORY_LIMIT / ARENA_SIZE)
    [all...]

Completed in 145 milliseconds