HomeSort by: relevance | last modified time | path
    Searched defs:RTL (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
211 // interception takes place, so if it is not owned by the RTL heap we can
234 // In the case that we don't hook the rtl allocators,
283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 };
294 ownershipState = RTL;
306 if (ownershipState == RTL ||
327 // owned by rtl or neither with unsupported ASAN flags,
329 CHECK(ownershipState == RTL || ownershipState == NEITHER);
399 // Comments in /minkernel/ntos/rtl/heappublic.c indicate that these functions
  /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
211 // interception takes place, so if it is not owned by the RTL heap we can
234 // In the case that we don't hook the rtl allocators,
283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 };
294 ownershipState = RTL;
306 if (ownershipState == RTL ||
327 // owned by rtl or neither with unsupported ASAN flags,
329 CHECK(ownershipState == RTL || ownershipState == NEITHER);
399 // Comments in /minkernel/ntos/rtl/heappublic.c indicate that these functions

Completed in 26 milliseconds