Home
last modified time | relevance | path

Searched refs:getCapacity (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_base.h35 DCHECK((Addr == getBase()) || (Addr + Size == getBase() + getCapacity())); in unmap()
44 DCHECK((Addr >= getBase()) && (Addr + Size <= getBase() + getCapacity()));
52 DCHECK((Addr >= getBase()) && (Addr + Size <= getBase() + getCapacity())); in setMemoryPermission()
61 DCHECK((From >= getBase()) && (From + Size <= getBase() + getCapacity())); in releasePagesToOS()
68 DCHECK((From >= getBase()) && (From + Size <= getBase() + getCapacity())); in releaseAndZeroPagesToOS()
73 uptr getCapacity() { return invokeImpl(&Derived::getCapacityImpl); } in getCapacity() function
111 DCHECK((Addr >= getBase()) && (Addr + Size <= getBase() + getCapacity())); in dispatch()
116 uptr getCapacity() { return invokeImpl(&Derived::getCapacityImpl); } in getCapacity() function
H A Dsecondary.h72 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in unmap()
295 Entry.MemMap.unmap(Entry.MemMap.getBase(), Entry.MemMap.getCapacity()); in store()
416 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in disableMemoryTagging()
454 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in empty()
619 FragmentedBytes += H->MemMap.getCapacity() - H->CommitSize; in allocate()
622 Stats.add(StatMapped, H->MemMap.getCapacity()); in allocate()
642 ReservedMemory.getCapacity()); in allocate()
675 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in allocate()
693 FragmentedBytes += H->MemMap.getCapacity() - CommitSize; in allocate()
698 Stats.add(StatMapped, H->MemMap.getCapacity()); in allocate()
[all …]
H A Dvector.h90 ExternalBuffer.getCapacity()); in destroy()
H A Dcombined.h1710 RB->RawStackDepotMap.getCapacity()); in unmapRingBuffer()
1716 RawRingBufferMap.getCapacity()); in unmapRingBuffer()
H A Dprimary64.h163 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in unmapTestOnly()
1030 ReservedMemory.getCapacity()), in populateFreeListAndPopBlocks()