Searched refs:set_head_size (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/common/ |
H A D | dlmalloc.c | 463 #define set_head_size(p, s) ((p)->size = (((p)->size & PREV_INUSE) | (s))) macro 1151 set_head_size(old_top, old_top_size); 1737 set_head_size(oldp, nb); 1779 set_head_size(newp, nb); 1839 set_head_size(newp, nb); 1846 set_head_size(newp, newsize); 1997 set_head_size(p, leadsize); 2012 set_head_size(p, nb);
|
H A D | dlmalloc.src | 1382 #define set_head_size(p, s) ((p)->size = (((p)->size & PREV_INUSE) | (s))) 2016 set_head_size(old_top, old_top_size); 2574 set_head_size(oldp, nb); 2616 set_head_size(newp, nb); 2676 set_head_size(newp, nb); 2683 set_head_size(newp, newsize); 2786 set_head_size(p, leadsize); 2801 set_head_size(p, nb);
|