mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
tune BLOCKHEAP structure
This commit is contained in:
@@ -602,11 +602,13 @@ typedef struct _BLOCKHEAP
|
||||
/**
|
||||
* The first free element in the heap.
|
||||
*/
|
||||
int free;
|
||||
size_t free;
|
||||
/**
|
||||
* Pointer to the pre-allocated heap.
|
||||
*/
|
||||
void* heap;
|
||||
|
||||
size_t nr_alloc;
|
||||
} BLOCKHEAP;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user