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

/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c2010 access to non-existent (or non-owned) memory. If pinuse is set for
2021 Each freshly allocated chunk must have both cinuse and pinuse set.
2048 3. Chunks allocated via mmap, have both cinuse and pinuse bits
2131 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
2147 /* extract next chunk's pinuse bit */
2154 /* Set size, pinuse bit, and foot */
2158 /* Set size, pinuse bit, foot, and clear next pinuse */
2874 /* Check if p has its pinuse bit on */
2875 #define ok_pinuse(p) pinuse(
[all...]
/external/libffi/src/
H A Ddlmalloc.c1549 access to non-existent (or non-owned) memory. If pinuse is set for
1559 Each freshly allocated chunk must have both cinuse and pinuse set.
1668 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
1682 /* extract next chunk's pinuse bit */
1689 /* Set size, pinuse bit, and foot */
1693 /* Set size, pinuse bit, foot, and clear next pinuse */
2374 /* Check if p has its pinuse bit on */
2375 #define ok_pinuse(p) pinuse(p)
2409 /* Set cinuse bit and pinuse bi
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1595 access to non-existent (or non-owned) memory. If pinuse is set for
1605 Each freshly allocated chunk must have both cinuse and pinuse set.
1714 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
1728 /* extract next chunk's pinuse bit */
1735 /* Set size, pinuse bit, and foot */
1739 /* Set size, pinuse bit, foot, and clear next pinuse */
2384 /* Check if p has its pinuse bit on */
2385 #define ok_pinuse(p) pinuse(p)
2419 /* Set cinuse bit and pinuse bi
[all...]

Completed in 111 milliseconds