Searched defs:prev_size (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c1591 INTERNAL_SIZE_T prev_size; /* Size of previous chunk (if free). */
1671 as the prev_size of the NEXT chunk. (This makes it easier to
1775 #define prev_chunk(p) ((mchunkptr)( ((char*)(p)) - ((p)->prev_size) ))
1855 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_size = (s))
2333 assert(((p->prev_size + sz) & (av->pagesize-1)) == 0);
2372 assert(next->prev_size == sz);
2664 is no following chunk whose prev_size field could be used.
2674 in the prev_size field of the chunk. This allows us to adjust
2684 p->prev_size = correction;
3516 prevsize = p->prev_size;
1589 INTERNAL_SIZE_T prev_size; /* Size of previous chunk (if free). */ member in struct:malloc_chunk
[all...]

Completed in 42 milliseconds