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

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stack_store.cpp 321 u8 *alloc_end = packed + kBlockSizeBytes; local
327 CompressDelta(ptr, ptr + kBlockSizeFrames, header->data, alloc_end);
331 CompressLzw(ptr, ptr + kBlockSizeFrames, header->data, alloc_end);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 476 uptr alloc_end = alloc_beg + needed_size; local
482 CHECK_LE(user_end, alloc_end);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 559 uptr alloc_end = alloc_beg + needed_size; local
564 CHECK_LE(user_end, alloc_end);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 596 uptr alloc_end = alloc_beg + needed_size; local
601 CHECK_LE(user_end, alloc_end);

Completed in 27 milliseconds