HomeSort by relevance Sort by last modified time
    Searched full:root_regions (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common.cc 86 InternalMmapVector<RootRegion> *root_regions; member in namespace:__lsan
89 CHECK(!root_regions);
91 root_regions = new(placeholder) InternalMmapVector<RootRegion>(1);
268 CHECK(root_regions);
269 for (uptr i = 0; i < root_regions->size(); i++) {
270 RootRegion region = (*root_regions)[i];
648 CHECK(root_regions);
650 root_regions->push_back(region);
659 CHECK(root_regions);
661 for (uptr i = 0; i < root_regions->size(); i++)
    [all...]

Completed in 251 milliseconds