|
|
@ -16,7 +16,7 @@ void mod_bitmap(uint bit, uint flag); |
|
|
|
int* block_alloc(uint blockidx); // allocate a block
|
|
|
|
int* block_alloc(uint blockidx); // allocate a block
|
|
|
|
void block_free(uint blockidx); // free a block
|
|
|
|
void block_free(uint blockidx); // free a block
|
|
|
|
|
|
|
|
|
|
|
|
void pm_alloc_range(uint start, uint end, bool force); // allocate a range of memory
|
|
|
|
//void pm_alloc_range(uint start, uint end, bool force); // allocate a range of memory
|
|
|
|
|
|
|
|
|
|
|
|
int* pm_malloc(uint block_count); // allocate some blocks
|
|
|
|
int* pm_malloc(uint block_count); // allocate some blocks
|
|
|
|
void pm_free(int* p); // free a var (if allocated with pm_malloc)
|
|
|
|
void pm_free(int* p); // free a var (if allocated with pm_malloc)
|
|
|
|