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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 324 * doubly-linked `usable_arenas` list, which is maintained in
505 usable_arenas
533 static struct arena_object* usable_arenas = NULL; variable in typeref:struct:arena_object
554 * `usable_arenas` to the return value.
595 assert(usable_arenas == NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 294 * doubly-linked `usable_arenas` list, which is maintained in
472 usable_arenas
500 static struct arena_object* usable_arenas = NULL; variable in typeref:struct:arena_object
521 * `usable_arenas` to the return value.
560 assert(usable_arenas == NULL);
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 324 * doubly-linked `usable_arenas` list, which is maintained in
505 usable_arenas
533 static struct arena_object* usable_arenas = NULL; variable in typeref:struct:arena_object
554 * `usable_arenas` to the return value.
595 assert(usable_arenas == NULL);
    [all...]

Completed in 59 milliseconds