Searched refs:owned_rtlalloc (Results 1 – 1 of 1) sorted by relevance
285 bool owned_rtlalloc = false; in SharedReAlloc() local289 owned_rtlalloc = HeapValidate(hHeap, 0, lpMem); in SharedReAlloc()291 if (owned_asan && !owned_rtlalloc) in SharedReAlloc()293 else if (!owned_asan && owned_rtlalloc) in SharedReAlloc()295 else if (!owned_asan && !owned_rtlalloc) in SharedReAlloc()