Home
last modified time | relevance | path

Searched refs:buf_alloc (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h190 buf_alloc(allocator), ptr_to_data_to_dealloc(pMempoolData) {}; in PVOMXDecBufferSharedPtrWrapperCombinedCleanupDA()
196 if (buf_alloc != NULL) in destruct_and_dealloc()
198 buf_alloc->deallocate(ptr_to_data_to_dealloc); in destruct_and_dealloc()
206 Oscl_DefAlloc* buf_alloc;
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h210 buf_alloc(allocator), ptr_to_data_to_dealloc(pMempoolData) {}; in PVOMXEncBufferSharedPtrWrapperCombinedCleanupDA()
216 if (buf_alloc != NULL) in destruct_and_dealloc()
218 buf_alloc->deallocate(ptr_to_data_to_dealloc); in destruct_and_dealloc()
227 Oscl_DefAlloc* buf_alloc;
/external/blktrace/btreplay/
Dbtreplay.c323 static inline void *buf_alloc(size_t nbytes) in buf_alloc() function
731 buf = buf_alloc(n); in iocb_setup()
779 struct iocb_pkt *iocbp = buf_alloc(sizeof(*iocbp)); in tip_init()
860 struct thr_info *tip = buf_alloc(sizeof(*tip)); in add_input_file()