Searched refs:RawInternalAlloc (Results 1 – 1 of 1) sorted by relevance
41 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() function88 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache,125 void *p = RawInternalAlloc(size + sizeof(u64), cache, alignment); in InternalAlloc()