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

/external/opencore/engines/2way/src/
H A Dpv_2way_proxy_adapter.cpp453 typedef OsclRefCounterSA<Oscl_TAlloc<uint8, OsclMemAllocator> > refcount_type; typedef
455 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1));
459 char* tag = (char*)(mem + sizeof(refcount_type));
462 refcount_type *tagRefCounter = OSCL_PLACEMENT_NEW(mem, refcount_type(mem));
482 typedef OsclRefCounterSA<Oscl_TAlloc<uint8, OsclMemAllocator> > refcount_type; typedef
484 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1));
488 char* tag = (char*)(mem + sizeof(refcount_type));
491 refcount_type *tagRefCounter = OSCL_PLACEMENT_NEW(mem, refcount_type(me
515 typedef OsclRefCounterSA<Oscl_TAlloc<uint8, OsclMemAllocator> > refcount_type; typedef
544 typedef OsclRefCounterSA<Oscl_TAlloc<uint8, OsclMemAllocator> > refcount_type; typedef
[all...]

Completed in 24 milliseconds