Searched refs:Py_ADDRESS_IN_RANGE (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobmalloc.c656 Py_ADDRESS_IN_RANGE(P, POOL)
662 variable and pass the latter to the macro; because Py_ADDRESS_IN_RANGE is
687 (NULL)). Therefore Py_ADDRESS_IN_RANGE correctly reports that obmalloc
729 Since Py_ADDRESS_IN_RANGE may be reading from memory which was not allocated
733 (POOL)->arenaindex for the duration of the Py_ADDRESS_IN_RANGE macro's
737 #define Py_ADDRESS_IN_RANGE(P, POOL) \ macro
751 /* Py_ADDRESS_IN_RANGE may access uninitialized memory by design
760 #undef Py_ADDRESS_IN_RANGE macro
770 int Py_ADDRESS_IN_RANGE(void *P, poolp pool) Py_NO_INLINE;
1013 if (Py_ADDRESS_IN_RANGE(
1929 Py_ADDRESS_IN_RANGE(void *P, poolp pool) function
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dobmalloc.c613 Py_ADDRESS_IN_RANGE(P, POOL)
619 variable and pass the latter to the macro; because Py_ADDRESS_IN_RANGE is
644 (NULL)). Therefore Py_ADDRESS_IN_RANGE correctly reports that obmalloc
686 Since Py_ADDRESS_IN_RANGE may be reading from memory which was not allocated
690 (POOL)->arenaindex for the duration of the Py_ADDRESS_IN_RANGE macro's
694 #define Py_ADDRESS_IN_RANGE(P, POOL) \ macro
708 /* Py_ADDRESS_IN_RANGE may access uninitialized memory by design
717 #undef Py_ADDRESS_IN_RANGE macro
727 int Py_ADDRESS_IN_RANGE(void *P, poolp pool) Py_NO_INLINE;
969 if (Py_ADDRESS_IN_RANGE(
1880 Py_ADDRESS_IN_RANGE(void *P, poolp pool) function
[all...]

Completed in 53 milliseconds