Searched refs:Allocate (Results 1 – 4 of 4) sorted by relevance
24 class Allocate : public IonAllHeapsTest { class27 TEST_F(Allocate, Allocate) in TEST_F() argument42 TEST_F(Allocate, AllocateCached) in TEST_F() argument57 TEST_F(Allocate, AllocateCachedNeedsSync) in TEST_F() argument72 TEST_F(Allocate, RepeatedAllocate) in TEST_F() argument91 TEST_F(Allocate, Zeroed) in TEST_F() argument138 TEST_F(Allocate, Large) in TEST_F() argument
16 malloc - Allocate memory using the malloc function.17 calloc - Allocate memory using the calloc function.18 memalign - Allocate memory using the memalign function. This is used20 realloc - Allocate memory using the realloc function.
60 vector<Extent> Allocate(const uint64_t block_count) { in Allocate() function in chromeos_update_engine::__anon4143cc6f0111::DummyExtentAllocator154 scratch_allocator.Allocate(graph_utils::EdgeWeight(*graph, edge)); in CutEdges()
125 // Allocate a buffer with 128 bytes available for my_buffer->data.