Searched defs:g_heap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc108 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));

Completed in 82 milliseconds