Home
last modified time | relevance | path

Searched refs:RawInternalAlloc (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc41 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/
Dsanitizer_allocator.cpp51 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()