Searched defs:PVMFMemPoolFixedChunkAllocator (Results 1 - 2 of 2) sorted by relevance

/external/opencore/pvmi/pvmf/include/
H A Dpvmf_mempool.h67 class PVMFMemPoolFixedChunkAllocator : public OsclMemPoolFixedChunkAllocator class in inherits:OsclMemPoolFixedChunkAllocator
78 OSCL_IMPORT_REF PVMFMemPoolFixedChunkAllocator(const char* name = NULL, const uint32 numchunk = 1, const uint32 chunksize = 0, Oscl_DefAlloc* gen_alloc = NULL);
80 OSCL_IMPORT_REF virtual ~PVMFMemPoolFixedChunkAllocator();
/external/opencore/pvmi/pvmf/src/
H A Dpvmf_mempool.cpp27 OSCL_EXPORT_REF PVMFMemPoolFixedChunkAllocator::PVMFMemPoolFixedChunkAllocator(const char* name, const uint32 numchunk, const uint32 chunksize, Oscl_DefAlloc* gen_alloc) function in class:PVMFMemPoolFixedChunkAllocator
39 OSCL_EXPORT_REF PVMFMemPoolFixedChunkAllocator::~PVMFMemPoolFixedChunkAllocator()
58 OSCL_EXPORT_REF OsclAny* PVMFMemPoolFixedChunkAllocator::allocate(const uint32 n)
85 OSCL_EXPORT_REF void PVMFMemPoolFixedChunkAllocator::deallocate(OsclAny* p)
96 OSCL_EXPORT_REF void PVMFMemPoolFixedChunkAllocator::LogMediaDataInfo(PVMFSharedMediaDataPtr aMediaData)
107 OSCL_EXPORT_REF void PVMFMemPoolFixedChunkAllocator::LogMediaCmdInfo(PVMFSharedMediaCmdPtr aMediaCmd)
122 void PVMFMemPoolFixedChunkAllocator::createmempool()

Completed in 33 milliseconds