Searched refs:aAlloc (Results 1 – 10 of 10) sorted by relevance
/external/opencore/oscl/oscl/osclerror/src/ |
D | oscl_error.cpp | 30 OSCL_EXPORT_REF int32 OsclErrorTrap::Init(Oscl_DefAlloc *aAlloc) in Init() argument 42 OsclAny *ptr = (aAlloc) ? aAlloc->ALLOCATE(sizeof(OsclErrorTrapImp)) in Init() 47 OsclErrorTrapImp* self = new(ptr) OsclErrorTrapImp(aAlloc, error); in Init() 51 (aAlloc) ? aAlloc->deallocate(ptr) : defalloc.deallocate(ptr); in Init()
|
D | oscl_error_trapcleanup.h | 216 OsclErrorTrapImp(Oscl_DefAlloc *aAlloc, int32 &error);
|
D | oscl_error.h | 64 OSCL_IMPORT_REF static int32 Init(Oscl_DefAlloc *aAlloc = NULL);
|
/external/opencore/oscl/oscl/osclutil/src/ |
D | oscl_string_containers.cpp | 35 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const char* cp, uint… in set_rep() argument 38 CHeapRep*newrep = New(aAlloc); in set_rep() 40 && newrep->set(len, cp, aAlloc)) in set_rep() 42 CHeapRep::assign(aRep, newrep, aAlloc); in set_rep() 48 aAlloc.deallocate(newrep); in set_rep() 54 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const oscl_wchar* cp… in set_rep() argument 57 CHeapRep*newrep = New(aAlloc); in set_rep() 59 && newrep->set(len, cp, aAlloc)) in set_rep() 61 CHeapRep::assign(aRep, newrep, aAlloc); in set_rep() 67 aAlloc.deallocate(newrep); in set_rep() [all …]
|
/external/opencore/pvmi/pvmf/src/ |
D | pvmi_config_and_capability_utils.cpp | 151 OSCL_EXPORT_REF PVMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, … in AllocateKvp() argument 158 buf = (uint8*)aAlloc.ALLOCATE(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmi_config_and_capability_utils.h | 53 OSCL_IMPORT_REF PVMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, …
|
/external/opencore/nodes/pvclientserversocketnode/include/ |
D | pvmf_clientserver_socket_node.h | 221 …void DoSetSocketPortMemAllocator(PVLogger*, OsclSharedPtr<PVMFSharedSocketDataBufferAlloc> aAlloc); 319 OsclSharedPtr<PVMFSharedSocketDataBufferAlloc> aAlloc);
|
/external/opencore/nodes/pvclientserversocketnode/src/ |
D | pvmf_clientserver_socket_node.cpp | 1256 …SetSocketPortMemAllocator(PVLogger* aLogger, OsclSharedPtr<PVMFSharedSocketDataBufferAlloc> aAlloc) in DoSetSocketPortMemAllocator() argument 1258 if (aAlloc.GetRep()) in DoSetSocketPortMemAllocator() 1269 iMemPool->iSocketAllocSharedPtr = aAlloc; in DoSetSocketPortMemAllocator() 1367 OsclSharedPtr<PVMFSharedSocketDataBufferAlloc> aAlloc) in setSocketPortMemAllocator() argument 1374 tmpSockConfig->DoSetSocketPortMemAllocator(iLogger, aAlloc); in setSocketPortMemAllocator()
|
/external/opencore/nodes/pvsocketnode/include/ |
D | pvmf_socket_node.h | 586 void CleanupMemPools(Oscl_DefAlloc& aAlloc);
|
/external/opencore/nodes/pvsocketnode/src/ |
D | pvmf_socket_node.cpp | 242 void SocketPortConfig::CleanupMemPools(Oscl_DefAlloc& aAlloc) in CleanupMemPools() argument 248 aAlloc.deallocate((OsclAny*)(iMemPool)); in CleanupMemPools()
|