mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-26 06:02:54 +08:00
Add freeing custom region pointer
This commit is contained in:
parent
8e77ab6c58
commit
5bd0b56335
@ -56,6 +56,8 @@ main(void) {
|
||||
lwmem_debug_print(1, 1);
|
||||
ptr1 = lwmem_realloc_from(®ions_used[2], ptr1, 24);
|
||||
lwmem_debug_print(1, 1);
|
||||
lwmem_free(ptr1);
|
||||
lwmem_debug_print(1, 1);
|
||||
|
||||
return 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user