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

  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 148 if (_hInput.IsAllocated)
150 if (_hOutput.IsAllocated)
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 148 if (_hInput.IsAllocated)
150 if (_hOutput.IsAllocated)
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.h 46 inline bool IsAllocated() const;
103 bool IsAllocated() const; // Checks if the memory is currently allocated
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())
hwasan_report.cpp 567 result.is_allocated = chunk.IsAllocated();
636 if (chunk.IsAllocated()) {
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 148 if (_hInput.IsAllocated)
150 if (_hOutput.IsAllocated)
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 148 if (_hInput.IsAllocated)
150 if (_hOutput.IsAllocated)
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 148 if (_hInput.IsAllocated)
150 if (_hOutput.IsAllocated)
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.h 84 bool IsAllocated() const; // Checks if the memory is currently allocated
hwasan_allocator.cpp 44 bool HwasanChunkView::IsAllocated() const {
hwasan_report.cpp 304 if (chunk.IsAllocated()) {
392 chunk.IsAllocated() ? "allocated" : "unallocated",
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_memory_profile.cc 37 if (cv.IsAllocated()) {
asan_allocator.h 56 bool IsAllocated() const; // Checks if the memory is currently allocated.
asan_allocator.cc 802 bool AsanChunkView::IsAllocated() const {
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_memory_profile.cpp 35 if (cv.IsAllocated()) {
asan_allocator.h 56 bool IsAllocated() const; // Checks if the memory is currently allocated.
asan_allocator.cpp 911 bool AsanChunkView::IsAllocated() const {
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_memory_profile.cpp 36 if (cv.IsAllocated()) {
asan_allocator.h 56 bool IsAllocated() const; // Checks if the memory is currently allocated.
asan_allocator.cpp 875 bool AsanChunkView::IsAllocated() const {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.cpp 45 bool IsAllocated = explainPdbBlockStatus();
46 if (!IsAllocated)
  /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/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())

Completed in 52 milliseconds