OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalAllocator
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h
47
RAW_CHECK_MSG(0, "Unexpected mmap in
InternalAllocator
!");
50
RAW_CHECK_MSG(0, "Unexpected munmap in
InternalAllocator
!");
56
InternalAllocator
;
60
InternalAllocator
*internal_allocator();
sanitizer_allocator.cc
43
InternalAllocator
*internal_allocator() {
49
static ALIGNED(64) char internal_alloc_placeholder[sizeof(
InternalAllocator
)];
56
InternalAllocator
*internal_allocator() {
57
InternalAllocator
*internal_allocator_instance =
58
reinterpret_cast<
InternalAllocator
*>(&internal_alloc_placeholder);
Completed in 29 milliseconds