OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalAllocatorCache
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h
42
InternalAllocatorCache
;
54
typedef CombinedAllocator<PrimaryInternalAllocator,
InternalAllocatorCache
,
58
void *InternalAlloc(uptr size,
InternalAllocatorCache
*cache = 0);
59
void InternalFree(void *p,
InternalAllocatorCache
*cache = 0);
sanitizer_allocator.cc
33
static void *RawInternalAlloc(uptr size,
InternalAllocatorCache
*cache) {
38
static void RawInternalFree(void *ptr,
InternalAllocatorCache
*cache) {
53
static
InternalAllocatorCache
internal_allocator_cache;
70
static void *RawInternalAlloc(uptr size,
InternalAllocatorCache
*cache) {
79
static void RawInternalFree(void *ptr,
InternalAllocatorCache
*cache) {
91
void *InternalAlloc(uptr size,
InternalAllocatorCache
*cache) {
101
void InternalFree(void *addr,
InternalAllocatorCache
*cache) {
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h
429
InternalAllocatorCache
internal_alloc_cache;
Completed in 51 milliseconds