This commit is contained in:
2026-06-08 08:07:09 +02:00
parent c134adc3b1
commit 5da9598053
2 changed files with 8 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ int main()
config.AllocationInitialValue = 0xbe;
config.AllocationAlignment = 16;
config.MinimalMemoryAreaSize = 4096 * 32;
config.MaximalMemoryAreaSize = 4096ull * 4096ull;
config.MaximalMemoryAreaSize = 4096ull * 4096ull * 4096ull;
MIHP_HeapInfo* myHeap = MIHP_CreateHeap(config);
for (int i = 0; i < NUM_ALLOCATIONS; i++)