Searched refs:set_head (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | mallocr.c | 1114 #define set_head(p, s) ((p)->size = (s)) macro 1605 set_head(p, size|IS_MMAPPED); in mmap_chunk() 1676 set_head(p, (new_size - offset)|IS_MMAPPED); in mremap_chunk() 1742 set_head(top, top_size | PREV_INUSE); in malloc_extend_top() 1782 set_head(top, top_size | PREV_INUSE); in malloc_extend_top() 1793 set_head(top, PREV_INUSE); /* will force null return from malloc */ in malloc_extend_top() 1996 set_head(victim, nb | PREV_INUSE); in mALLOc() 1998 set_head(remainder, remainder_size | PREV_INUSE); in mALLOc() 2061 set_head(victim, nb | PREV_INUSE); in mALLOc() 2064 set_head(remainder, remainder_size | PREV_INUSE); in mALLOc() [all …]
|