/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CodecBase.cs | 148 if (_hInput.IsAllocated) in CleanUp() 150 if (_hOutput.IsAllocated) in CleanUp()
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CodecBase.cs | 148 if (_hInput.IsAllocated) in CleanUp() 150 if (_hOutput.IsAllocated) in CleanUp()
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CodecBase.cs | 148 if (_hInput.IsAllocated) in CleanUp() 150 if (_hOutput.IsAllocated) in CleanUp()
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CodecBase.cs | 148 if (_hInput.IsAllocated) in CleanUp() 150 if (_hOutput.IsAllocated) in CleanUp()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_allocator.h | 84 bool IsAllocated() const; // Checks if the memory is currently allocated
|
H A D | hwasan_report.cpp | 304 if (chunk.IsAllocated()) { in ShowHeapOrGlobalCandidate() 392 chunk.IsAllocated() ? "allocated" : "unallocated", in PrintAddressDescription()
|
H A D | hwasan_allocator.cpp | 44 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_memory_profile.cc | 37 if (cv.IsAllocated()) { in ProcessChunk()
|
H A D | asan_allocator.h | 56 bool IsAllocated() const; // Checks if the memory is currently allocated.
|
H A D | asan_allocator.cc | 802 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_memory_profile.cpp | 36 if (cv.IsAllocated()) { in ProcessChunk()
|
H A D | asan_allocator.h | 56 bool IsAllocated() const; // Checks if the memory is currently allocated.
|
H A D | asan_allocator.cpp | 875 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_memory_profile.cc | 35 if (cv.IsAllocated()) { in ProcessChunk()
|
H A D | asan_allocator.h | 54 bool IsAllocated() const; // Checks if the memory is currently allocated.
|
H A D | asan_allocator.cc | 800 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | ExplainOutputStyle.cpp | 45 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local 46 if (!IsAllocated) in explainPdbFile()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_primary64.h | 363 bool IsAllocated() const { in IsAllocated() function 491 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_primary64.h | 358 bool IsAllocated() const { in IsAllocated() function 486 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_primary64.h | 432 bool IsAllocated() const { in IsAllocated() function 558 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
|