HomeSort by relevance Sort by last modified time
    Searched refs:InternalAllocatorCache (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h 43 InternalAllocatorCache;
45 typedef CombinedAllocator<PrimaryInternalAllocator, InternalAllocatorCache,
48 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = nullptr,
51 InternalAllocatorCache *cache = nullptr);
53 InternalAllocatorCache *cache = nullptr);
54 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
sanitizer_allocator.cc 41 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache,
51 InternalAllocatorCache *cache) {
56 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) {
71 static InternalAllocatorCache internal_allocator_cache;
88 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache,
100 InternalAllocatorCache *cache) {
110 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) {
122 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) {
132 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) {
146 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 340 InternalAllocatorCache internal_alloc_cache;

Completed in 63 milliseconds