OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedDisableMalloc
(Results
1 - 6
of
6
) sorted by null
/system/core/libmemunreachable/
ScopedDisableMalloc.h
60
class
ScopedDisableMalloc
{
62
ScopedDisableMalloc
() {
66
~
ScopedDisableMalloc
() {
71
DISALLOW_COPY_AND_ASSIGN(
ScopedDisableMalloc
);
MemUnreachable.cpp
36
#include "
ScopedDisableMalloc
.h"
304
// locks as
ScopedDisableMalloc
. All threads are paused in ptrace, so
365
ScopedDisableMalloc
disable_malloc;
/system/core/libmemunreachable/tests/
DisableMalloc_test.cpp
23
#include <
ScopedDisableMalloc
.h>
45
ScopedDisableMalloc
disable_malloc;
61
ScopedDisableMalloc
disable_malloc;
76
ScopedDisableMalloc
disable_malloc;
90
ScopedDisableMalloc
disable_malloc;
102
ScopedDisableMalloc
disable_malloc;
112
ScopedDisableMalloc
disable_malloc;
Allocator_test.cpp
20
#include <
ScopedDisableMalloc
.h>
HeapWalker_test.cpp
23
#include <
ScopedDisableMalloc
.h>
LeakFolding_test.cpp
21
#include <
ScopedDisableMalloc
.h>
Completed in 169 milliseconds