Home
last modified time | relevance | path

Searched refs:RawInternalAlloc (Results 1 – 1 of 1) 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()