Searched refs:RawInternalAlloc (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cc | 41 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() function 88 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, 125 void *p = RawInternalAlloc(size + sizeof(u64), cache, alignment); in InternalAlloc()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cpp | 51 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() function 108 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() function 159 BlockHeader *p = (BlockHeader *)RawInternalAlloc(s, cache, alignment); in InternalAlloc()
|