1#ifndef __MEMORY__ALLOCATOR_H__
2#define __MEMORY__ALLOCATOR_H__
7#define BLOCK_SIZE (uint64_t) 0x1000
void * phys_base_alloc(uint64_t size)
void * phys_base_alloc_aligned(uint64_t block, uint64_t align)
uint64_t pys_base_get_free_block_count()
void vxPhysBaseFree(void *page, uint64_t length)
void phys_base_allocator_install(struct stivale2_struct_tag_memmap *stivale_memmap)
void * phys_base_alloc_on_top(uint64_t block)