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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.h24 uint64_t VmoSize; member in struct:scudo::MapPlatformData
H A Dfuchsia.cpp65 uint64_t VmoSize = 0; local
71 VmoSize = Data->VmoSize;
72 Status = _zx_vmo_set_size(Vmo, VmoSize + Size);
96 Status = _zx_vmar_map(Vmar, MapFlags, Offset, Vmo, VmoSize, Size, &P);
111 Data->VmoSize += Size;

Completed in 105 milliseconds