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