Searched refs:RtlCreateHeap (Results 1 – 4 of 4) sorted by relevance
27 RtlCreateHeapFunction RtlCreateHeap; member
69 INIT_GLOBAL_RTL(RtlCreateHeap); in SetupNtdllImports()
28 INIT_GLOBAL_RTL(RtlCreateHeap); in SetupNtdllImports()
163 void* heap = g_nt.RtlCreateHeap(HEAP_GROWABLE, NULL, 0, 0, NULL, NULL); in InitHeap()