HomeSort by: relevance | last modified time | path
    Searched refs:malloc_limit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_mman.cpp 187 uptr malloc_limit =
190 ReportAllocationSizeTooBig(sz, malloc_limit, &stack);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_mman.cpp 164 uptr malloc_limit =
167 ReportAllocationSizeTooBig(sz, malloc_limit, &stack);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 573 uptr malloc_limit = local
575 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 527 uptr malloc_limit = local
529 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack);

Completed in 71 milliseconds