OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LowLevelAllocator
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc
52
//
LowLevelAllocator
55
void *
LowLevelAllocator
::Allocate(uptr size) {
sanitizer_flags.cc
83
static
LowLevelAllocator
allocator_for_flags;
sanitizer_common.h
91
// constructor, so all instances of
LowLevelAllocator
should be
93
class
LowLevelAllocator
{
102
// Allows to register tool-specific callbacks for
LowLevelAllocator
.
sanitizer_symbolizer.cc
177
static
LowLevelAllocator
symbolizer_allocator; // Linker initialized.
/external/compiler-rt/lib/asan/
asan_globals.cc
33
static
LowLevelAllocator
allocator_for_globals;
asan_mac.cc
91
LowLevelAllocator
allocator_for_env;
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc
21
static
LowLevelAllocator
tctx_allocator;
Completed in 36 milliseconds