Home
last modified time | relevance | path

Searched refs:NEXT_CHUNK (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc.c120 for (c = (void *)mal.heap; CHUNK_SIZE(c); c = NEXT_CHUNK(c))
124 NEXT_CHUNK(c)->psize & 15);
276 NEXT_CHUNK(c)->psize |= C_INUSE; in unbin()
296 next = NEXT_CHUNK(self); in trim()
458 next = NEXT_CHUNK(self); in realloc()
491 next = NEXT_CHUNK(next); in realloc()
523 struct chunk *next = NEXT_CHUNK(self); in __bin_chunk()
560 next = NEXT_CHUNK(next); in __bin_chunk()
H A Daligned_alloc.c44 struct chunk *t = NEXT_CHUNK(c); in aligned_alloc()
H A Dmalloc_impl.h94 #define NEXT_CHUNK(c) ((struct chunk *)((char *)(c) + CHUNK_SIZE(c))) macro
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A Dmalloc.c116 for (c = (void *)mal.heap; CHUNK_SIZE(c); c = NEXT_CHUNK(c))
120 NEXT_CHUNK(c)->psize & 15);
257 NEXT_CHUNK(c)->psize |= C_INUSE; in unbin()
277 next = NEXT_CHUNK(self); in trim()
388 next = NEXT_CHUNK(self); in realloc()
414 next = NEXT_CHUNK(next); in realloc()
436 struct chunk *next = NEXT_CHUNK(self); in __bin_chunk()
466 next = NEXT_CHUNK(next); in __bin_chunk()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc.c118 for (c = (void *)mal.heap; CHUNK_SIZE(c); c = NEXT_CHUNK(c))
122 NEXT_CHUNK(c)->psize & 15);
264 NEXT_CHUNK(c)->psize |= C_INUSE; in unbin()
284 next = NEXT_CHUNK(self); in trim()
426 next = NEXT_CHUNK(self); in realloc()
455 next = NEXT_CHUNK(next); in realloc()
485 struct chunk *next = NEXT_CHUNK(self); in __bin_chunk()
518 next = NEXT_CHUNK(next); in __bin_chunk()
H A Daligned_alloc.c42 struct chunk *t = NEXT_CHUNK(c); in aligned_alloc()
H A Dmalloc_impl.h78 #define NEXT_CHUNK(c) ((struct chunk *)((char *)(c) + CHUNK_SIZE(c))) macro
/third_party/alsa-lib/src/topology/
H A Dsave.c23 #define NEXT_CHUNK(val, shift) ((((val) >> (shift)) + 1) << (shift)) macro
66 t = NEXT_CHUNK(n + 1, PRINT_ALLOC_SHIFT); in tplg_save_printf()
85 s = realloc(dst->dst, NEXT_CHUNK(t, SAVE_ALLOC_SHIFT)); in tplg_save_printf()
/third_party/musl/src/malloc/
H A Dmemalign.c68 struct chunk *t = NEXT_CHUNK(c); in __memalign()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemalign.c67 struct chunk *t = NEXT_CHUNK(c); in __memalign()
H A Dmemory_check.c440 next = NEXT_CHUNK(cur); in check_heap_integrity()
463 next = NEXT_CHUNK(cur); in check_chunk_integrity()
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c455 next = NEXT_CHUNK(cur); in check_heap_integrity()
478 next = NEXT_CHUNK(cur); in check_chunk_integrity()

Completed in 8 milliseconds