Searched refs:saved_regions (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc87 // static fixed-sized stack (saved_regions and saved_buckets), when the
89 // this stack and move the data from saved_regions and saved_buckets to its
485 // with the any-time use of the static memory behind saved_regions.
486 static MemoryRegionMap::Region saved_regions[20]; variable
493 // in many cases the memory in saved_regions
495 Region r = saved_regions[--saved_regions_count];
552 // region insertion information is recorded in saved_regions[],
555 if (recursive_insert) { // recursion: save in saved_regions
560 RAW_CHECK(saved_regions_count < arraysize(saved_regions), "");
561 // Copy 'region' to saved_regions[saved_regions_coun
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc87 // static fixed-sized stack (saved_regions), when the recursion unwinds
89 // move the data from saved_regions to its permanent place in the RegionSet,
392 // with the any-time use of the static memory behind saved_regions.
393 static MemoryRegionMap::Region saved_regions[20]; variable
400 // in many cases the memory in saved_regions
402 Region r = saved_regions[--saved_regions_count];
412 // region insertion information is recorded in saved_regions[],
415 if (recursive_insert) { // recursion: save in saved_regions
420 RAW_CHECK(saved_regions_count < arraysize(saved_regions), "");
421 // Copy 'region' to saved_regions[saved_regions_coun
[all...]

Completed in 3092 milliseconds