HomeSort by: relevance | last modified time | path
    Searched refs:RootRegion (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h 123 struct RootRegion {
128 InternalMmapVector<RootRegion> const *GetRootRegions();
129 void ScanRootRegion(Frontier *frontier, RootRegion const &region,
lsan_common.cc 101 static InternalMmapVector<RootRegion> *root_regions;
103 InternalMmapVector<RootRegion> const *GetRootRegions() { return root_regions; }
107 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)];
108 root_regions = new (placeholder) InternalMmapVector<RootRegion>(); // NOLINT
312 void ScanRootRegion(Frontier *frontier, const RootRegion &root_region,
327 const RootRegion &root_region) {
825 RootRegion region = {reinterpret_cast<uptr>(begin), size};
838 RootRegion region = (*root_regions)[i];
lsan_common_mac.cc 153 InternalMmapVector<RootRegion> const *root_regions = GetRootRegions();

Completed in 15 milliseconds