HomeSort by: relevance | last modified time | path
    Searched refs:InternalAllocatorCache (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_internal.h 48 InternalAllocatorCache;
54 typedef CombinedAllocator<PrimaryInternalAllocator, InternalAllocatorCache,
57 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = nullptr,
60 InternalAllocatorCache *cache = nullptr);
62 InternalAllocatorCache *cache = nullptr);
63 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
sanitizer_allocator.cc 52 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache,
72 InternalAllocatorCache *cache) {
77 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) {
92 static InternalAllocatorCache internal_allocator_cache;
109 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache,
121 InternalAllocatorCache *cache) {
131 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) {
150 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) {
160 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) {
174 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 355 InternalAllocatorCache internal_alloc_cache;

Completed in 14 milliseconds