#include "minimal_heap.h" void* MIHP_PlatformRequestMemory(size_t size) { } bool MIHP_PlatformFreeMemory(void* ptr, size_t size) { } uint8_t MIHP_PlatformGetMinimalMemoryAlignment() { } void MIHP_PlatformOnHeapCorruptionDetected(MIHP_HeapCorruptionInfo info) { } int main() { }