(MOD) Refined Var, Array, CatlogMsg, CatlogSender, Status
This is the very first version that pass the compiler. Though it has lots things were made for testing, such as commenting problematic source code to avoid irrelevant errors. For test.c, everything is working fine. Congrats!
This commit is contained in:
@@ -32,7 +32,7 @@ Status MemMan_Memory_Reallocate(Memory *inst, size_t length);
|
||||
void MemMan_Memory_Release(Memory *inst);
|
||||
Status MemMan_Memory_Prioritise(Memory *inst);
|
||||
Status MemMan_Memory_Deprioritise(Memory *inst);
|
||||
bool MemMan_Memory_Equal(Memory *inst, Memory *other);
|
||||
bool MemMan_Memory_Equals(Memory *inst, Memory *other);
|
||||
|
||||
Status MemMan_MemoryPool_Create(MemoryPool *inst, size_t volume);
|
||||
Status MemMan_MemoryPool_Constr(MemoryPool *inst, size_t volume, int priority);
|
||||
|
Reference in New Issue
Block a user