OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SysAllocator
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h
74
class
SysAllocator
{
76
SysAllocator
() {
78
virtual ~
SysAllocator
();
225
virtual
SysAllocator
* GetSystemAllocator();
241
virtual void SetSystemAllocator(
SysAllocator
*a);
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h
74
class
SysAllocator
{
76
SysAllocator
() {
78
virtual ~
SysAllocator
();
245
virtual
SysAllocator
* GetSystemAllocator();
261
virtual void SetSystemAllocator(
SysAllocator
*a);
/external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc
106
//
SysAllocator
implementation
107
SysAllocator
::~
SysAllocator
() {}
153
SysAllocator
* MallocExtension::GetSystemAllocator() {
157
void MallocExtension::SetSystemAllocator(
SysAllocator
*a) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc
105
//
SysAllocator
implementation
106
SysAllocator
::~
SysAllocator
() {}
152
SysAllocator
* MallocExtension::GetSystemAllocator() {
156
void MallocExtension::SetSystemAllocator(
SysAllocator
*a) {
Completed in 52 milliseconds