Searched refs:block_region (Results 1 – 2 of 2) sorted by relevance
70 static int allocate_memory(block_region **memory, uint32_t m_cost);73 allocate_memory(block_region **region, uint32_t m_cost) in allocate_memory()88 *region = (block_region *) malloc( in allocate_memory()89 sizeof(block_region)); /*2. Try to allocate region*/ in allocate_memory()156 static void free_memory(block_region *memory);159 free_memory(block_region *region) in free_memory()
61 } block_region; typedef96 block_region *region; /* Memory region pointer */