Home
last modified time | relevance | path

Searched refs:AllocationOwnership (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp273 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 }; in SharedReAlloc() enum
274 AllocationOwnership ownershipState; in SharedReAlloc()