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

/external/libffi/src/
H A Ddlmalloc.c1480 prev_foot and PINUSE_BIT bit of the following chunk header.
1568 as the prev_foot of the NEXT chunk. This makes it easier to
1587 (IS_MMAPPED_BIT) set in their prev_foot fields, and do not set
1589 one-by-one, each must carry its own prev_foot field, which is
1598 size_t prev_foot; /* Size of previous chunk (if free). */ member in struct:malloc_chunk
1654 use. If the chunk was obtained with mmap, the prev_foot field has
1680 #define prev_chunk(p) ((mchunkptr)( ((char*)(p)) - ((p)->prev_foot) ))
1686 #define get_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_foot)
1687 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_foot = (s))
1698 (!((p)->head & PINUSE_BIT) && ((p)->prev_foot
1804 size_t prev_foot; member in struct:malloc_tree_chunk
[all...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c1526 prev_foot and PINUSE_BIT bit of the following chunk header.
1614 as the prev_foot of the NEXT chunk. This makes it easier to
1633 (IS_MMAPPED_BIT) set in their prev_foot fields, and do not set
1635 one-by-one, each must carry its own prev_foot field, which is
1644 size_t prev_foot; /* Size of previous chunk (if free). */ member in struct:malloc_chunk
1700 use. If the chunk was obtained with mmap, the prev_foot field has
1726 #define prev_chunk(p) ((mchunkptr)( ((char*)(p)) - ((p)->prev_foot) ))
1732 #define get_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_foot)
1733 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_foot = (s))
1744 (!((p)->head & PINUSE_BIT) && ((p)->prev_foot
1850 size_t prev_foot; member in struct:malloc_tree_chunk
[all...]

Completed in 46 milliseconds