Searched refs:RawInternalAlloc (Results 1 – 1 of 1) sorted by relevance
34 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) { in RawInternalAlloc() function71 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) {95 void *p = RawInternalAlloc(size + sizeof(u64), cache); in InternalAlloc()