OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MallocExtension
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h
89
class PERFTOOLS_DLL_DECL
MallocExtension
{
91
virtual ~
MallocExtension
();
182
// possibly by one of the
MallocExtension
"Release" calls.
232
//
MallocExtension
::instance()->SetSystemAllocator(alloc);
304
static
MallocExtension
* instance();
308
static void Register(
MallocExtension
* implementation);
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h
89
class PERFTOOLS_DLL_DECL
MallocExtension
{
91
virtual ~
MallocExtension
();
202
// possibly by one of the
MallocExtension
"Release" calls.
252
//
MallocExtension
::instance()->SetSystemAllocator(alloc);
324
static
MallocExtension
* instance();
328
static void Register(
MallocExtension
* implementation);
/external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc
78
void
MallocExtension
::Initialize() {
110
MallocExtension
::~
MallocExtension
() { }
111
bool
MallocExtension
::VerifyAllMemory() { return true; }
112
bool
MallocExtension
::VerifyNewMemory(const void* p) { return true; }
113
bool
MallocExtension
::VerifyArrayNewMemory(const void* p) { return true; }
114
bool
MallocExtension
::VerifyMallocMemory(const void* p) { return true; }
116
bool
MallocExtension
::GetNumericProperty(const char* property, size_t* value) {
120
bool
MallocExtension
::SetNumericProperty(const char* property, size_t value) {
124
void
MallocExtension
::GetStats(char* buffer, int length)
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc
77
void
MallocExtension
::Initialize() {
109
MallocExtension
::~
MallocExtension
() { }
110
bool
MallocExtension
::VerifyAllMemory() { return true; }
111
bool
MallocExtension
::VerifyNewMemory(const void* p) { return true; }
112
bool
MallocExtension
::VerifyArrayNewMemory(const void* p) { return true; }
113
bool
MallocExtension
::VerifyMallocMemory(const void* p) { return true; }
115
bool
MallocExtension
::GetNumericProperty(const char* property, size_t* value) {
119
bool
MallocExtension
::SetNumericProperty(const char* property, size_t value) {
123
void
MallocExtension
::GetStats(char* buffer, int length)
[
all
...]
Completed in 123 milliseconds