Home
last modified time | relevance | path

Searched refs:IsAllocated (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs148 if (_hInput.IsAllocated) in CleanUp()
150 if (_hOutput.IsAllocated) in CleanUp()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs148 if (_hInput.IsAllocated) in CleanUp()
150 if (_hOutput.IsAllocated) in CleanUp()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs148 if (_hInput.IsAllocated) in CleanUp()
150 if (_hOutput.IsAllocated) in CleanUp()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs148 if (_hInput.IsAllocated) in CleanUp()
150 if (_hOutput.IsAllocated) in CleanUp()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.h84 bool IsAllocated() const; // Checks if the memory is currently allocated
H A Dhwasan_report.cpp304 if (chunk.IsAllocated()) { in ShowHeapOrGlobalCandidate()
392 chunk.IsAllocated() ? "allocated" : "unallocated", in PrintAddressDescription()
H A Dhwasan_allocator.cpp44 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_memory_profile.cc37 if (cv.IsAllocated()) { in ProcessChunk()
H A Dasan_allocator.h56 bool IsAllocated() const; // Checks if the memory is currently allocated.
H A Dasan_allocator.cc802 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_memory_profile.cpp36 if (cv.IsAllocated()) { in ProcessChunk()
H A Dasan_allocator.h56 bool IsAllocated() const; // Checks if the memory is currently allocated.
H A Dasan_allocator.cpp875 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_memory_profile.cc35 if (cv.IsAllocated()) { in ProcessChunk()
H A Dasan_allocator.h54 bool IsAllocated() const; // Checks if the memory is currently allocated.
H A Dasan_allocator.cc800 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp45 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
46 if (!IsAllocated) in explainPdbFile()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h363 bool IsAllocated() const { in IsAllocated() function
491 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h358 bool IsAllocated() const { in IsAllocated() function
486 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h432 bool IsAllocated() const { in IsAllocated() function
558 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()