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

/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc110 struct RootRegion { struct in namespace:__lsan
115 InternalMmapVector<RootRegion> *root_regions;
119 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)];
120 root_regions = new(placeholder) InternalMmapVector<RootRegion>(1);
295 RootRegion region = (*root_regions)[i];
653 RootRegion region = {begin, size};
666 RootRegion region = (*root_regions)[i];

Completed in 1507 milliseconds