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

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h39 uptr MapBase; variable
69 unmap(reinterpret_cast<void *>(H->MapBase), H->MapSize, UNMAP_ALL, &Data);
157 Entry.MapBase = H->MapBase;
225 unmap(reinterpret_cast<void *>(Entry.MapBase), Entry.MapSize, UNMAP_ALL,
279 (*H)->MapBase = Entry.MapBase;
322 unmap(reinterpret_cast<void *>(Quarantine[I].MapBase),
344 void *MapBase; member in struct:scudo::MapAllocatorCache::__anon150
354 MapInfo[N].MapBase
371 uptr MapBase; member in struct:scudo::MapAllocatorCache::CachedBlock
541 uptr MapBase = reinterpret_cast<uptr>( local
[all...]
H A Dprimary32.h322 const uptr MapBase = reinterpret_cast<uptr>( local
324 if (!MapBase)
326 const uptr MapEnd = MapBase + MapSize;
327 uptr Region = MapBase;
331 RegionsStash[NumberOfStashedRegions++] = MapBase + RegionSize;
335 Region = roundUpTo(MapBase, RegionSize);
336 unmap(reinterpret_cast<void *>(MapBase), Region - MapBase);

Completed in 158 milliseconds