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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.cpp 45 bool IsAllocated = explainPdbBlockStatus();
46 if (!IsAllocated)
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 44 bool HwasanChunkView::IsAllocated() const {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary64.h 325 // whether the initialization was successful by checking IsAllocated() result.
363 bool IsAllocated() const {
491 if (!counters.IsAllocated())
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 50 bool HwasanChunkView::IsAllocated() const {
51 return metadata_ && metadata_->IsAllocated();
101 inline bool Metadata::IsAllocated() const {
563 if (!metadata || !metadata->IsAllocated())
580 if (!metadata || !metadata->IsAllocated())
604 return m->IsAllocated();
639 if (!metadata || !metadata->IsAllocated())
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_primary64.h 403 // whether the initialization was successful by checking IsAllocated() result.
432 bool IsAllocated() const {
558 if (!counters.IsAllocated())
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_primary64.h 403 // whether the initialization was successful by checking IsAllocated() result.
432 bool IsAllocated() const {
558 if (!counters.IsAllocated())
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 802 bool AsanChunkView::IsAllocated() const {
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 911 bool AsanChunkView::IsAllocated() const {
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 875 bool AsanChunkView::IsAllocated() const {

Completed in 93 milliseconds