This component of the coredll module contains the local heap and memory allocation functions for Coredll.dll and is always required. (This component's name starts with a lowercase L, not with an uppercase I.)
Functions
This component includes the following functions:
| CompactAllHeaps |
| GetHeapSnapshot |
| GetProcessHeap |
| HeapAlloc |
| HeapCreate |
| HeapDestroy |
| HeapFree |
| HeapReAlloc |
| HeapSize |
| HeapValidate |
| LocalAlloc |
| LocalAllocInProcess |
| LocalFree |
| LocalFreeInProcess |
| LocalReAlloc |
| LocalSize |
| LocalSizeInProcess |
| RemoteLocalAlloc |
| RemoteLocalFree |
| RemoteLocalReAlloc |
| RemoteLocalSize |
| ThisIsGwes |