Home
last modified time | relevance | path

Searched refs:getCapacityImpl (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_linux.h37 uptr getCapacityImpl() { return MapCapacity; } in getCapacityImpl() function
51 uptr getCapacityImpl() { return MapCapacity; } in getCapacityImpl() function
H A Dmem_map_fuchsia.h35 uptr getCapacityImpl() { return WindowSize; } in getCapacityImpl() function
64 uptr getCapacityImpl() { return Capacity; } in getCapacityImpl() function
H A Dmem_map.h46 uptr getCapacityImpl() { return Capacity; } in getCapacityImpl() function
68 uptr getCapacityImpl() { return Capacity; } in getCapacityImpl() function
H A Dmem_map_base.h73 uptr getCapacity() { return invokeImpl(&Derived::getCapacityImpl); } in getCapacity()
116 uptr getCapacity() { return invokeImpl(&Derived::getCapacityImpl); } in getCapacity()