Home
last modified time | relevance | path

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

/system/core/libion/tests/
Dallocate_test.cpp25 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/
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.h442 void Allocate(AvdtpCcb* p_avdtp_ccb,
454 Allocate(p_ccb_saved, stream_config_saved); in Recycle()
547 void Allocate(const RawAddress& peer_address);
Davdt_scb.cc829 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/
Dinplace_generator.cc62 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/
Dstyle_guide.md129 // Allocate a buffer with 128 bytes available for my_buffer->data.