reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
   91 static InternalAllocatorCache internal_allocator_cache;
  108 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache,
  120                                 InternalAllocatorCache *cache) {
  130 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) {
  149 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) {
  159 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) {
  174                            InternalAllocatorCache *cache) {
  185 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) {
  198 void InternalFree(void *addr, InternalAllocatorCache *cache) {
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h
   42 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = nullptr,
   45                       InternalAllocatorCache *cache = nullptr);
   47                            InternalAllocatorCache *cache = nullptr);
   49                      InternalAllocatorCache *cache = nullptr);
   50 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  346   InternalAllocatorCache internal_alloc_cache;