Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dheap.h62 char space[HEAP_ADJUST_SIZE(size) \
66 } name = { (HEAP_GRANULARITY_TYPE)0, "", { HEAP_ADJUST_SIZE(size), 0, 0 } }
70 #define HEAP_ADJUST_SIZE(sz) \ macro
75 #define HEAP_MIN_SIZE HEAP_ADJUST_SIZE (sizeof (struct heap_free_area))
86 HEAP_ADJUST_SIZE (sizeof (struct heap_free_area) + 32)
A Dheap_alloc.c29 _size = HEAP_ADJUST_SIZE (_size); in __heap_alloc()
34 _size = HEAP_ADJUST_SIZE (sizeof (struct heap_free_area)); in __heap_alloc()
A Drealloc.c49 new_size = HEAP_ADJUST_SIZE (new_size + MALLOC_HEADER_SIZE); in realloc()
54 new_size = HEAP_ADJUST_SIZE (sizeof (struct heap_free_area)); in realloc()
A Dheap_alloc_at.c27 size = HEAP_ADJUST_SIZE (size); in __heap_alloc_at()
A Dmemalign.c42 size = HEAP_ADJUST_SIZE (size); in libc_hidden_proto()

Completed in 5 milliseconds