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

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 148 if (_hInput.IsAllocated)
150 if (_hOutput.IsAllocated)
  /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/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())

Completed in 49 milliseconds