Home
last modified time | relevance | path

Searched refs:PREV_CHUNK (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/malloc/
Dmalloc.c223 unbin(PREV_CHUNK(c), i); in alloc_rev()
310 c = PREV_CHUNK(c); in malloc()
417 self = PREV_CHUNK(self); in realloc()
466 self = PREV_CHUNK(self); in __bin_chunk()
/third_party/musl/src/malloc/
Dmalloc.c223 unbin(PREV_CHUNK(c), i); in alloc_rev()
313 c = PREV_CHUNK(c); in malloc()
420 self = PREV_CHUNK(self); in realloc()
469 self = PREV_CHUNK(self); in __bin_chunk()
/third_party/musl/src/internal/
Dmalloc_impl.h32 #define PREV_CHUNK(c) ((struct chunk *)((char *)(c) - CHUNK_PSIZE(c))) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmalloc.c229 unbin(PREV_CHUNK(c), i); in alloc_rev()
338 c = PREV_CHUNK(c); in malloc()
460 self = PREV_CHUNK(self); in realloc()
525 self = PREV_CHUNK(self); in __bin_chunk()
/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h77 #define PREV_CHUNK(c) ((struct chunk *)((char *)(c) - CHUNK_PSIZE(c))) macro
/third_party/musl/porting/linux/user/src/internal/
Dmalloc_impl.h105 #define PREV_CHUNK(c) ((struct chunk *)((char *)(c) - CHUNK_PSIZE(c))) macro
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c549 unbin(PREV_CHUNK(c), i); in alloc_rev()
686 c = PREV_CHUNK(c); in internal_malloc()
884 self = PREV_CHUNK(self); in __libc_realloc()
999 self = PREV_CHUNK(self); in internal_realloc()
1062 self = PREV_CHUNK(self); in __bin_chunk()