mirror of
https://github.com/ToyB-Chan/minimal-heap.git
synced 2026-07-13 21:51:16 +02:00
added ability to merge heaps
This commit is contained in:
@@ -59,7 +59,7 @@ int main()
|
||||
|
||||
__debugbreak();
|
||||
|
||||
MIHP_MEMSET(myptrs[5], 5000, 0x75);
|
||||
//MIHP_MEMSET(myptrs[5], 5000, 0x75);
|
||||
|
||||
for (int i = 0; i < NUM_ALLOCATIONS; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user