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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 295 struct arena_object { struct
298 * here to mark an arena_object that doesn't correspond to an
317 /* Whenever this arena_object is not associated with an allocated
322 * When this arena_object is associated with an allocated arena
327 * Else this arena_object is associated with an allocated arena
331 struct arena_object* nextarena;
332 struct arena_object* prevarena;
366 Pools are carved off an arena's highwater mark (an arena_object's pool_address
393 and linked to the front of its arena_object's singly-linked freepools list,
502 PyObject_Free() when the arena is empty. Key invariant: an arena_object
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 265 struct arena_object { struct
268 * here to mark an arena_object that doesn't correspond to an
287 /* Whenever this arena_object is not associated with an allocated
292 * When this arena_object is associated with an allocated arena
297 * Else this arena_object is associated with an allocated arena
301 struct arena_object* nextarena;
302 struct arena_object* prevarena;
336 Pools are carved off an arena's highwater mark (an arena_object's pool_address
363 and linked to the front of its arena_object's singly-linked freepools list,
469 PyObject_Free() when the arena is empty. Key invariant: an arena_object
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 295 struct arena_object { struct
298 * here to mark an arena_object that doesn't correspond to an
317 /* Whenever this arena_object is not associated with an allocated
322 * When this arena_object is associated with an allocated arena
327 * Else this arena_object is associated with an allocated arena
331 struct arena_object* nextarena;
332 struct arena_object* prevarena;
366 Pools are carved off an arena's highwater mark (an arena_object's pool_address
393 and linked to the front of its arena_object's singly-linked freepools list,
502 PyObject_Free() when the arena is empty. Key invariant: an arena_object
    [all...]

Completed in 103 milliseconds