sandbox_nt_util.cc | 108 void* g_heap = NULL; member in namespace:sandbox 161 if (!g_heap) { 167 if (NULL != _InterlockedCompareExchangePointer(&g_heap, heap, NULL)) { 172 return (g_heap != NULL); 554 result = g_nt.RtlAllocateHeap(sandbox::g_heap, 0, size); 574 VERIFY(g_nt.RtlFreeHeap(sandbox::g_heap, 0, memory));
|