Home
last modified time | relevance | path

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

/lk-master/lib/heap/cmpctmalloc/
A Dcmpctmalloc.c66 } header_t; typedef
69 header_t header;
191 static inline header_t *right_header(header_t *header) { in right_header()
279 header_t *standalone = (header_t *)((char *)address + offset); in create_allocation_header()
285 static void FixLeftPointer(header_t *right, header_t *new_left) { in FixLeftPointer()
748 header_t *unaligned_header = (header_t *)unaligned - 1; in cmpct_memalign()
749 header_t *header = (header_t *)payload - 1; in cmpct_memalign()
767 header_t *header = (header_t *)payload - 1; in cmpct_free()
804 header_t *header = (header_t *)payload - 1; in cmpct_realloc()
814 header_t *left_sentinel = (header_t *)new_area; in add_to_heap()
[all …]

Completed in 4 milliseconds