Home
last modified time | relevance | path

Searched refs:VmoSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp76 uint64_t VmoSize = 0; in map() local
82 VmoSize = Data->VmoSize; in map()
83 Status = _zx_vmo_set_size(Vmo, VmoSize + Size); in map()
86 dieOnError(Status, "zx_vmo_set_size", VmoSize + Size); in map()
109 Status = _zx_vmar_map(Vmar, MapFlags, Offset, Vmo, VmoSize, Size, &P); in map()
138 Data->VmoSize += Size; in map()
H A Dfuchsia.h25 uint64_t VmoSize; member