set_head        1776 modules/up/src/Core/gnu/malloc.c   set_head(p, size|IS_MMAPPED);
set_head        1839 modules/up/src/Core/gnu/malloc.c   set_head(p, (new_size - offset)|IS_MMAPPED);
set_head        1902 modules/up/src/Core/gnu/malloc.c     set_head(top, top_size | PREV_INUSE);
set_head        1932 modules/up/src/Core/gnu/malloc.c     set_head(top, top_size | PREV_INUSE);
set_head        1943 modules/up/src/Core/gnu/malloc.c         set_head(top, PREV_INUSE); /* will force null return from malloc */
set_head        2123 modules/up/src/Core/gnu/malloc.c       set_head(victim, nb | PREV_INUSE);
set_head        2125 modules/up/src/Core/gnu/malloc.c       set_head(remainder, remainder_size | PREV_INUSE);
set_head        2186 modules/up/src/Core/gnu/malloc.c             set_head(victim, nb | PREV_INUSE);
set_head        2189 modules/up/src/Core/gnu/malloc.c             set_head(remainder, remainder_size | PREV_INUSE);
set_head        2258 modules/up/src/Core/gnu/malloc.c   set_head(victim, nb | PREV_INUSE);
set_head        2260 modules/up/src/Core/gnu/malloc.c   set_head(top, remainder_size | PREV_INUSE);
set_head        2340 modules/up/src/Core/gnu/malloc.c     set_head(p, sz | PREV_INUSE);
set_head        2347 modules/up/src/Core/gnu/malloc.c   set_head(next, nextsz);                    /* clear inuse bit */
set_head        2377 modules/up/src/Core/gnu/malloc.c   set_head(p, sz | PREV_INUSE);
set_head        2501 modules/up/src/Core/gnu/malloc.c           set_head(top, (newsize - nb) | PREV_INUSE);
set_head        2543 modules/up/src/Core/gnu/malloc.c             set_head(top, (newsize - nb) | PREV_INUSE);
set_head        2605 modules/up/src/Core/gnu/malloc.c     set_head(remainder, remainder_size | PREV_INUSE);
set_head        2703 modules/up/src/Core/gnu/malloc.c       set_head(newp, newsize|IS_MMAPPED);
set_head        2710 modules/up/src/Core/gnu/malloc.c     set_head(newp, newsize | PREV_INUSE);
set_head        2726 modules/up/src/Core/gnu/malloc.c     set_head(remainder, remainder_size | PREV_INUSE);
set_head        2903 modules/up/src/Core/gnu/malloc.c           set_head(top, top_size | PREV_INUSE);
set_head        2912 modules/up/src/Core/gnu/malloc.c         set_head(top, (top_size - extra) | PREV_INUSE);