Searched refs:__malloc_mmb_heap (Results 1 – 3 of 3) sorted by relevance
47 struct heap_free_area *__malloc_mmb_heap = HEAP_INIT_WITH_FA (initial_mmb_fa); variable157 new_mmb = malloc_from_heap (sizeof *new_mmb, &__malloc_mmb_heap, &__malloc_mmb_heap_lock); in __malloc_from_heap()
79 extern struct heap_free_area *__malloc_mmb_heap;
181 free_to_heap (mmb, &__malloc_mmb_heap, &__malloc_mmb_heap_lock); in __free_to_heap()
Completed in 4 milliseconds