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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 188 * size, then `POOL_ADDR(p)->arenaindex' could rarely cause a segmentation
286 uint arenaindex; /* index into arenas of base adr */ member in struct:pool_header
666 arenas[(POOL)->arenaindex].address. Then P belongs to the arena if and only if
679 (POOL)->arenaindex < maxarenas must be false, saving us from trying to index
683 arenas[(POOL)->arenaindex]. Suppose obmalloc controls P. Then (barring wild
691 call to the system malloc() or realloc()). (POOL)->arenaindex may be anything
692 in this case -- it may even be uninitialized trash. If the trash arenaindex
696 Else arenaindex is < maxarena, and AO is read up. If AO corresponds to an
716 2.5, arenas were never free()'ed, and an arenaindex < maxarena always
722 memory when P is not controlled by obmalloc (to get at (POOL)->arenaindex)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 158 * size, then `POOL_ADDR(p)->arenaindex' could rarely cause a segmentation
256 uint arenaindex; /* index into arenas of base adr */ member in struct:pool_header
623 arenas[(POOL)->arenaindex].address. Then P belongs to the arena if and only if
636 (POOL)->arenaindex < maxarenas must be false, saving us from trying to index
640 arenas[(POOL)->arenaindex]. Suppose obmalloc controls P. Then (barring wild
648 call to the system malloc() or realloc()). (POOL)->arenaindex may be anything
649 in this case -- it may even be uninitialized trash. If the trash arenaindex
653 Else arenaindex is < maxarena, and AO is read up. If AO corresponds to an
673 2.5, arenas were never free()'ed, and an arenaindex < maxarena always
679 memory when P is not controlled by obmalloc (to get at (POOL)->arenaindex)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 188 * size, then `POOL_ADDR(p)->arenaindex' could rarely cause a segmentation
286 uint arenaindex; /* index into arenas of base adr */ member in struct:pool_header
666 arenas[(POOL)->arenaindex].address. Then P belongs to the arena if and only if
679 (POOL)->arenaindex < maxarenas must be false, saving us from trying to index
683 arenas[(POOL)->arenaindex]. Suppose obmalloc controls P. Then (barring wild
691 call to the system malloc() or realloc()). (POOL)->arenaindex may be anything
692 in this case -- it may even be uninitialized trash. If the trash arenaindex
696 Else arenaindex is < maxarena, and AO is read up. If AO corresponds to an
716 2.5, arenas were never free()'ed, and an arenaindex < maxarena always
722 memory when P is not controlled by obmalloc (to get at (POOL)->arenaindex)
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 666 * size, then `POOL_ADDR(p)->arenaindex' could rarely cause a segmentation
748 uint arenaindex; /* index into arenas of base adr */ member in struct:pool_header
1199 uint arenaindex = *((volatile uint *)&pool->arenaindex); local
    [all...]

Completed in 247 milliseconds