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

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc34 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) { function in namespace:__sanitizer
71 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) {
95 void *p = RawInternalAlloc(size + sizeof(u64), cache);

Completed in 46 milliseconds