OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regions_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc
141
MemoryRegionMap::RegionSet* MemoryRegionMap::
regions_
= NULL;
member in class:MemoryRegionMap
174
// The bytes where MemoryRegionMap::
regions_
will point to.
182
// (or rather should we *not* use
regions_
to record a hooked mmap).
216
//
regions_
on demand for us.
235
if (
regions_
)
regions_
->~RegionSet();
236
regions_
= NULL;
300
if (
regions_
!= NULL) {
303
RegionSet::iterator region =
regions_
->lower_bound(sample);
304
if (region !=
regions_
->end())
[
all
...]
memory_region_map.h
186
// for searching in RegionSet
regions_
.
272
// Arena used for our allocations in
regions_
.
281
static RegionSet*
regions_
;
member in class:MemoryRegionMap
283
// Lock to protect
regions_
variable and the data behind.
304
// Verifying wrapper around
regions_
->insert(region)
/art/compiler/sea_ir/ir/
sea.h
269
return &
regions_
;
347
std::vector<Region*>
regions_
;
member in class:sea_ir::SeaGraph
/external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc
142
MemoryRegionMap::RegionSet* MemoryRegionMap::
regions_
= NULL;
member in class:MemoryRegionMap
182
// The bytes where MemoryRegionMap::
regions_
will point to.
190
// (or rather should we *not* use
regions_
to record a hooked mmap).
224
//
regions_
on demand for us.
234
if (
regions_
== NULL) // init
regions_
267
if (
regions_
)
regions_
->~RegionSet();
268
regions_
= NULL;
337
if (
regions_
!= NULL)
[
all
...]
memory_region_map.h
198
// for searching in RegionSet
regions_
.
296
// Arena used for our allocations in
regions_
.
305
static RegionSet*
regions_
;
member in class:MemoryRegionMap
307
// Lock to protect
regions_
and buckets_ variables and the data behind.
352
// Verifying wrapper around
regions_
->insert(region)
364
// Initialize RegionSet
regions_
.
Completed in 106 milliseconds