Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dmalloc.c27 struct heap_free_area *__malloc_heap = HEAP_INIT_WITH_FA (initial_fa); variable
208 __heap_check (__malloc_heap, "malloc"); in malloc()
224 mem = malloc_from_heap (size, &__malloc_heap, &__malloc_heap_lock); in malloc()
A Drealloc.c65 extra = __heap_alloc_at (&__malloc_heap, base_mem + size, extra); in realloc()
88 __heap_free (&__malloc_heap, base_mem + new_size, size - new_size); in realloc()
A Dmemalign.c39 struct heap_free_area **heap = &__malloc_heap; in libc_hidden_proto()
A Dmalloc.h199 extern struct heap_free_area *__malloc_heap attribute_hidden;
A Dfree.c271 free_to_heap (mem, &__malloc_heap, &__malloc_heap_lock); in free()

Completed in 4 milliseconds