//===========================================================================// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #if !defined(MEMORYHEAP_HPP) #define MEMORYHEAP_HPP #if !defined(STUFF_HPP) #include #endif // Experimental extern unsigned long Get_Heap_Size(); extern unsigned long Get_Heap_Used(); #endif