OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCMalloc_SystemCommit
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
system-alloc.h
78
extern void
TCMalloc_SystemCommit
(void* start, size_t length);
pagemap.h
261
TCMalloc_SystemCommit
(start, length);
system-alloc.cc
691
void
TCMalloc_SystemCommit
(void* start, size_t length) {
page_heap.cc
165
TCMalloc_SystemCommit
(reinterpret_cast<void*>(span->start << kPageShift),
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.cc
306
void
TCMalloc_SystemCommit
(void* start, size_t length) {
Completed in 4420 milliseconds