Searched refs:__malloc_heap (Results 1 – 5 of 5) sorted by relevance
27 struct heap_free_area *__malloc_heap = HEAP_INIT_WITH_FA (initial_fa); variable208 __heap_check (__malloc_heap, "malloc"); in malloc()224 mem = malloc_from_heap (size, &__malloc_heap, &__malloc_heap_lock); in malloc()
65 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()
39 struct heap_free_area **heap = &__malloc_heap; in libc_hidden_proto()
199 extern struct heap_free_area *__malloc_heap attribute_hidden;
271 free_to_heap (mem, &__malloc_heap, &__malloc_heap_lock); in free()
Completed in 7 milliseconds