HomeSort by: relevance | last modified time | path
    Searched refs:ASAN (Results 1 - 4 of 4) 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...]
  /src/external/public-domain/sqlite/dist/
Makefile.msc 190 # enable address sanitizer using ASAN=1 on the command-line.
192 !IFNDEF ASAN
193 ASAN = 0
743 # Address sanitizer if ASAN=1
745 !IF $(ASAN)>0
  /src/external/bsd/dhcpcd/dist/src/
privsep.c 132 #ifdef ASAN
133 logwarnx("not chrooting as compiled for ASAN");

Completed in 27 milliseconds