Searched refs:__core_malloc_head (Results 1 – 4 of 4) sorted by relevance
9 struct free_arena_header __core_malloc_head[NHEAP]; variable54 struct free_arena_header *head = &__core_malloc_head[heap];81 fp = &__core_malloc_head[0]; in mem_init()
19 &__core_malloc_head[ARENA_HEAP_GET(ah->a.attrs)]; in __free_block()110 &__core_malloc_head[ARENA_HEAP_GET(ah->a.attrs)]; in __inject_free_block()161 head = &__core_malloc_head[i]; in __free_tagged()
73 struct free_arena_header *head = &__core_malloc_head[heap]; in bios_malloc()146 head = &__core_malloc_head[ARENA_HEAP_GET(ah->a.attrs)]; in bios_realloc()
97 extern struct free_arena_header __core_malloc_head[NHEAP];