Searched refs:Allocate (Results 1 – 10 of 10) sorted by relevance
/system/memory/libion/tests/ |
D | allocate_test.cpp | 25 class Allocate : public IonTest {}; class 27 TEST_F(Allocate, Allocate) { in TEST_F() argument 42 TEST_F(Allocate, AllocateCached) { in TEST_F() argument 57 TEST_F(Allocate, AllocateCachedNeedsSync) { in TEST_F() argument 73 TEST_F(Allocate, RepeatedAllocate) { in TEST_F() argument 92 TEST_F(Allocate, Large) { in TEST_F() argument 103 TEST_F(Allocate, Zeroed) { in TEST_F() argument
|
D | system_heap.cpp | 39 TEST_F(SystemHeap, Allocate) { in TEST_F() argument
|
/system/extras/memory_replay/traces/ |
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 | 436 void Allocate(AvdtpCcb* p_avdtp_ccb, 448 Allocate(p_ccb_saved, stream_config_saved); in Recycle() 542 void Allocate(const RawAddress& peer_address);
|
D | avdt_scb.cc | 859 p_scb->Allocate(&avdtp_cb.ccb[peer_id], avdtp_stream_config); in avdt_scb_alloc() 871 void AvdtpScb::Allocate(AvdtpCcb* p_avdtp_ccb, in Allocate() function in AvdtpScb
|
/system/chre/chpp/ |
D | QUICKSTART.md | 39 1. Allocate the transportContext and appContext structs that hold the state for each instance of th…
|
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.cpp | 129 TEST_F(DmaBufHeapTest, Allocate) { in TEST_F() argument
|
/system/bt/doc/ |
D | style_guide.md | 129 // Allocate a buffer with 128 bytes available for my_buffer->data.
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 672 inline uint8_t *Allocate(Allocator *allocator, size_t size) { 1080 buf_ = Allocate(allocator_, reserved_);
|