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

/external/dlmalloc/
H A Dmalloc.c2136 access to non-existent (or non-owned) memory. If pinuse is set for
2147 Each freshly allocated chunk must have both cinuse and pinuse set.
2174 3. Chunks allocated via mmap, have both cinuse and pinuse bits
2257 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
2276 /* extract next chunk's pinuse bit */
2283 /* Set size, pinuse bit, and foot */
2287 /* Set size, pinuse bit, foot, and clear next pinuse */
3016 /* Check if p has its pinuse bit on */
3017 #define ok_pinuse(p) pinuse(
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c1611 access to non-existent (or non-owned) memory. If pinuse is set for
1621 Each freshly allocated chunk must have both cinuse and pinuse set.
1730 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
1744 /* extract next chunk's pinuse bit */
1751 /* Set size, pinuse bit, and foot */
1755 /* Set size, pinuse bit, foot, and clear next pinuse */
2436 /* Check if p has its pinuse bit on */
2437 #define ok_pinuse(p) pinuse(p)
2471 /* Set cinuse bit and pinuse bi
[all...]

Completed in 122 milliseconds