HomeSort by relevance Sort by last modified time
    Searched full:g_heap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
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));
policy_target.cc 20 extern void* g_heap;

Completed in 752 milliseconds