HomeSort by: relevance | last modified time | path
    Searched defs:ASAN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_win.cpp 209 // If the RTL allocators are hooked we need to check whether the ASAN
212 // pass it to the ASAN heap for inspection.
226 // If the ASAN runtime is not initialized, or we encounter an unsupported
256 // back to the original function if the pointer is not from the ASAN heap,
283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 };
292 ownershipState = ASAN;
298 // If this heap block which was allocated before the ASAN
309 // if this is a conversion to ASAN upported flags, transfer this
310 // allocation to the ASAN allocator
327 // owned by rtl or neither with unsupported ASAN flags
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_win.cpp 209 // If the RTL allocators are hooked we need to check whether the ASAN
212 // pass it to the ASAN heap for inspection.
226 // If the ASAN runtime is not initialized, or we encounter an unsupported
256 // back to the original function if the pointer is not from the ASAN heap,
283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 };
292 ownershipState = ASAN;
298 // If this heap block which was allocated before the ASAN
309 // if this is a conversion to ASAN upported flags, transfer this
310 // allocation to the ASAN allocator
327 // owned by rtl or neither with unsupported ASAN flags
    [all...]

Completed in 23 milliseconds