OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertRegionLocked
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc
181
// Has
InsertRegionLocked
been called recursively
213
HandleSavedRegionsLocked(&
InsertRegionLocked
); // flush the buffered ones
215
// recursive_insert = false; as
InsertRegionLocked
will also construct
382
// These variables are local to MemoryRegionMap::
InsertRegionLocked
()
390
// be caused by a
InsertRegionLocked
call).
407
inline void MemoryRegionMap::
InsertRegionLocked
(const Region& region) {
468
InsertRegionLocked
(region);
509
HandleSavedRegionsLocked(&
InsertRegionLocked
);
547
InsertRegionLocked
(r);
569
InsertRegionLocked
(r)
[
all
...]
memory_region_map.h
305
// To be called to do
InsertRegionLocked
's work only!
307
// Handle regions saved by
InsertRegionLocked
into a tmp static array
313
inline static void
InsertRegionLocked
(const Region& region);
/external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc
189
// Has
InsertRegionLocked
been called recursively
221
HandleSavedRegionsLocked(&
InsertRegionLocked
); // flush the buffered ones
223
// recursive_insert = false; as
InsertRegionLocked
will also construct
475
// These variables are local to MemoryRegionMap::
InsertRegionLocked
()
483
// be caused by a
InsertRegionLocked
call).
547
inline void MemoryRegionMap::
InsertRegionLocked
(const Region& region) {
602
InsertRegionLocked
(region);
654
HandleSavedRegionsLocked(&
InsertRegionLocked
);
696
InsertRegionLocked
(r);
722
InsertRegionLocked
(r)
[
all
...]
memory_region_map.h
353
// To be called to do
InsertRegionLocked
's work only!
355
// Handle regions saved by
InsertRegionLocked
into a tmp static array
369
inline static void
InsertRegionLocked
(const Region& region);
Completed in 429 milliseconds