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

  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_fake_stack.cpp 237 static ALWAYS_INLINE uptr OnMallocAlways(uptr class_id, uptr size) {
266 return OnMallocAlways(class_id, size); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fake_stack.cpp 220 static ALWAYS_INLINE uptr OnMallocAlways(uptr class_id, uptr size) {
250 return OnMallocAlways(class_id, size); \

Completed in 18 milliseconds