Home
last modified time | relevance | path

Searched refs:Allocate (Results 1 – 10 of 10) sorted by relevance

/system/memory/libion/tests/
Dallocate_test.cpp25 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
Dsystem_heap.cpp39 TEST_F(SystemHeap, Allocate) { in TEST_F() argument
/system/extras/memory_replay/traces/
DREADME16 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/
Davdt_ccb.cc445 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
Davdt_int.h436 void Allocate(AvdtpCcb* p_avdtp_ccb,
448 Allocate(p_ccb_saved, stream_config_saved); in Recycle()
542 void Allocate(const RawAddress& peer_address);
Davdt_scb.cc859 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/
DQUICKSTART.md39 1. Allocate the transportContext and appContext structs that hold the state for each instance of th…
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp129 TEST_F(DmaBufHeapTest, Allocate) { in TEST_F() argument
/system/bt/doc/
Dstyle_guide.md129 // Allocate a buffer with 128 bytes available for my_buffer->data.
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h672 inline uint8_t *Allocate(Allocator *allocator, size_t size) {
1080 buf_ = Allocate(allocator_, reserved_);