OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 ®ion,
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 13 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025