Searched refs:Allocate (Results 1 – 7 of 7) sorted by relevance
/system/core/libion/tests/ |
D | allocate_test.cpp | 25 class Allocate : public IonAllHeapsTest { class 28 TEST_F(Allocate, Allocate) in TEST_F() argument 43 TEST_F(Allocate, AllocateCached) in TEST_F() argument 58 TEST_F(Allocate, AllocateCachedNeedsSync) in TEST_F() argument 73 TEST_F(Allocate, RepeatedAllocate) in TEST_F() argument 92 TEST_F(Allocate, Zeroed) in TEST_F() argument 136 TEST_F(Allocate, Large) in TEST_F() argument
|
/system/extras/memory_replay/dumps/ |
D | README | 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 used 20 realloc - Allocate memory using the realloc function.
|
/system/bt/stack/avdt/ |
D | avdt_ccb.cc | 445 p_ccb->Allocate(bd_addr); in avdt_ccb_alloc() 470 p_ccb->Allocate(bd_addr); in avdt_ccb_alloc_by_channel_index() 476 void AvdtpCcb::Allocate(const RawAddress& peer_address) { in Allocate() function in AvdtpCcb
|
D | avdt_int.h | 442 void Allocate(AvdtpCcb* p_avdtp_ccb, 454 Allocate(p_ccb_saved, stream_config_saved); in Recycle() 547 void Allocate(const RawAddress& peer_address);
|
D | avdt_scb.cc | 829 p_scb->Allocate(&avdtp_cb.ccb[peer_id], avdtp_stream_config); in avdt_scb_alloc() 841 void AvdtpScb::Allocate(AvdtpCcb* p_avdtp_ccb, in Allocate() function in AvdtpScb
|
/system/update_engine/payload_generator/ |
D | inplace_generator.cc | 62 vector<Extent> Allocate(const uint64_t block_count) { in Allocate() function in chromeos_update_engine::__anon2cb4ba180111::DummyExtentAllocator 154 scratch_allocator.Allocate(graph_utils::EdgeWeight(*graph, edge)); in CutEdges()
|
/system/bt/doc/ |
D | style_guide.md | 129 // Allocate a buffer with 128 bytes available for my_buffer->data.
|