OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recursive_insert
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc
191
static bool
recursive_insert
= false;
variable
213
// We need to set
recursive_insert
since the NewArena call itself
215
//
recursive_insert
allows us to buffer info about these mmap calls.
218
recursive_insert
= true;
220
recursive_insert
= false;
223
//
recursive_insert
= false; as InsertRegionLocked will also construct
227
recursive_insert
= true;
230
recursive_insert
= false;
403
if (
recursive_insert
) { // recursion: save in saved_buckets_
412
recursive_insert
= true
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc
183
static bool
recursive_insert
= false;
variable
205
// We need to set
recursive_insert
since the NewArena call itself
207
//
recursive_insert
allows us to buffer info about these mmap calls.
210
recursive_insert
= true;
212
recursive_insert
= false;
215
//
recursive_insert
= false; as InsertRegionLocked will also construct
411
//
recursive_insert
tells us if that's the case. When this happens,
415
if (
recursive_insert
) { // recursion: save in saved_regions
429
recursive_insert
= true;
432
recursive_insert
= false
[
all
...]
Completed in 3656 milliseconds