Searched defs:InternalAllocatorCache (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h44 InternalAllocatorCache; typedef in namespace:__sanitizer
57 typedef CombinedAllocator<PrimaryInternalAllocator, InternalAllocatorCache,
61 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = 0);
62 void InternalFree(void *p, InternalAllocatorCache *cache = 0);

Completed in 559 milliseconds