insane performance improvement(??)

This commit is contained in:
2026-06-10 03:33:48 +02:00
parent 84232e399a
commit fa3fbbc68d
2 changed files with 27 additions and 11 deletions

View File

@@ -84,6 +84,7 @@ typedef struct _MIHP_HeapMemoryAreaHeader
struct _MIHP_HeapMemoryAreaHeader* PreviousArea;
struct _MIHP_HeapSegmentHeader* FirstSegment;
struct _MIHP_HeapSegmentHeader* LastSuccessfulAllocationSegment;
const struct _MIHP_Heap* InstigatingHeap; // Heap that created this area. May not always be the owning heap (in case of a merge) or safe to deference!