Searched defs:SimpleAlloc (Results 1 – 3 of 3) sorted by relevance
32 struct SimpleAlloc { struct33 SimpleAlloc() { reset(); } in SimpleAlloc() argument36 size_t size;38 int32_t node;40 char* ptr;43 inline void reset() { in reset()51 inline bool alloc(size_t new_size, int32_t new_first_node) { in alloc()63 inline void free() { in free()
31 TEST(ChunkAllocatorTests, SimpleAlloc) { in TEST() argument
50 TEST(GpuVirtualMemAllocatorTest, SimpleAlloc) { in TEST() argument