Home
last modified time | relevance | path

Searched refs:FreeObject (Results 1 – 25 of 86) sorted by relevance

1234

/dports/math/blaze/blaze-3.8/blaze/util/
H A DMemoryPool.h75 union FreeObject { union
76 FreeObject* next_; //!< Pointer to the next free object.
100 FreeObject* rawMemory_; //!< Allocated memory pool of the block.
137 inline bool checkMemory( FreeObject* rawMemory ) const;
144 FreeObject* freeList_; //!< Head of the free list.
170 rawMemory_ = new FreeObject[ Blocksize ]; in init()
257 FreeObject* ptr = reinterpret_cast<FreeObject*>( rawMemory ); in free()
272 inline bool MemoryPool<Type,Blocksize>::checkMemory( FreeObject* toRelease ) const in checkMemory()
283 if( ( ptr1 - ptr2 ) % sizeof(FreeObject) != 0 ) return false; in checkMemory()
286 FreeObject* ptr( freeList_ ); in checkMemory()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dfrontend.cpp113 FreeObject *bootStrapObjectList;
322 FreeObject *publicFreeList;
332 FreeObject *freeList;
362 inline FreeObject* allocate();
862 FreeObject *result; in allocate()
1388 FreeObject *localPublicFreeList; in freePublicObject()
1728 FreeObject *objectToFree; in findObjectToFree()
1835 FreeObject *result; in allocate()
1901 FreeObject *newBump = (FreeObject*)((size_t*)ptr - 1); in free()
2087 FreeObject *result; in allocateFromFreeList()
[all …]
H A Dbackref.cpp30 FreeObject *bumpPtr; // bump pointer moves from the end to the beginning of the block
31 FreeObject *freeList;
42 nextForUse(NULL), bumpPtr((FreeObject*)((uintptr_t)blockToUse + slabSize - sizeof(void*))), in BackRefBlock()
273 (FreeObject*)((uintptr_t)blockToUse->bumpPtr - sizeof(void*)); in newBackRef()
310 FreeObject *freeObj = (FreeObject*)((uintptr_t)currBlock + sizeof(BackRefBlock) in removeBackRef()
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A Dfrontend.cpp113 FreeObject *bootStrapObjectList;
322 FreeObject *publicFreeList;
332 FreeObject *freeList;
362 inline FreeObject* allocate();
862 FreeObject *result; in allocate()
1388 FreeObject *localPublicFreeList; in freePublicObject()
1728 FreeObject *objectToFree; in findObjectToFree()
1835 FreeObject *result; in allocate()
1901 FreeObject *newBump = (FreeObject*)((size_t*)ptr - 1); in free()
2087 FreeObject *result; in allocateFromFreeList()
[all …]
H A Dbackref.cpp30 FreeObject *bumpPtr; // bump pointer moves from the end to the beginning of the block
31 FreeObject *freeList;
42 nextForUse(NULL), bumpPtr((FreeObject*)((uintptr_t)blockToUse + slabSize - sizeof(void*))), in BackRefBlock()
273 (FreeObject*)((uintptr_t)blockToUse->bumpPtr - sizeof(void*)); in newBackRef()
310 FreeObject *freeObj = (FreeObject*)((uintptr_t)currBlock + sizeof(BackRefBlock) in removeBackRef()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A Dfrontend.cpp113 FreeObject *bootStrapObjectList;
322 FreeObject *publicFreeList;
332 FreeObject *freeList;
362 inline FreeObject* allocate();
862 FreeObject *result; in allocate()
1388 FreeObject *localPublicFreeList; in freePublicObject()
1728 FreeObject *objectToFree; in findObjectToFree()
1835 FreeObject *result; in allocate()
1901 FreeObject *newBump = (FreeObject*)((size_t*)ptr - 1); in free()
2087 FreeObject *result; in allocateFromFreeList()
[all …]
H A Dbackref.cpp30 FreeObject *bumpPtr; // bump pointer moves from the end to the beginning of the block
31 FreeObject *freeList;
42 nextForUse(NULL), bumpPtr((FreeObject*)((uintptr_t)blockToUse + slabSize - sizeof(void*))), in BackRefBlock()
273 (FreeObject*)((uintptr_t)blockToUse->bumpPtr - sizeof(void*)); in newBackRef()
310 FreeObject *freeObj = (FreeObject*)((uintptr_t)currBlock + sizeof(BackRefBlock) in removeBackRef()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dfrontend.cpp116 FreeObject *bootStrapObjectList;
323 FreeObject *publicFreeList;
333 FreeObject *freeList;
359 inline FreeObject* allocate();
849 FreeObject *result; in allocate()
1331 FreeObject *localPublicFreeList; in freePublicObject()
1671 FreeObject *objectToFree; in findObjectToFree()
1778 FreeObject *result; in allocate()
1844 FreeObject *newBump = (FreeObject*)((size_t*)ptr - 1); in free()
2066 FreeObject *result; in allocateFromFreeList()
[all …]
H A Dbackref.cpp34 FreeObject *bumpPtr; // bump pointer moves from the end to the beginning of the block
35 FreeObject *freeList;
46 nextForUse(NULL), bumpPtr((FreeObject*)((uintptr_t)blockToUse + slabSize - sizeof(void*))), in BackRefBlock()
277 (FreeObject*)((uintptr_t)blockToUse->bumpPtr - sizeof(void*)); in newBackRef()
314 FreeObject *freeObj = (FreeObject*)((uintptr_t)currBlock + sizeof(BackRefBlock) in removeBackRef()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/
H A Dfrontend.cpp104 FreeObject *bootStrapObjectList;
331 FreeObject *freeList;
361 inline FreeObject* allocate();
874 FreeObject *result; in allocate()
1450 FreeObject *localPublicFreeList; in privatizePublicFreeList()
1514 FreeObject* oldVal = NULL; in readyToShare()
1750 FreeObject *objectToFree; in findObjectToFree()
1867 FreeObject *result; in allocate()
1922 FreeObject *newBump = (FreeObject*)((size_t*)ptr - 1); in free()
2105 FreeObject *result; in allocateFromFreeList()
[all …]
H A Dbackref.cpp30 FreeObject *bumpPtr; // bump pointer moves from the end to the beginning of the block
31 FreeObject *freeList;
42 nextForUse(NULL), bumpPtr((FreeObject*)((uintptr_t)blockToUse + slabSize - sizeof(void*))), in BackRefBlock()
287 (FreeObject*)((uintptr_t)blockToUse->bumpPtr - sizeof(void*)); in newBackRef()
340 currBlock->freeList = (FreeObject*)&backRefEntry; in removeBackRef()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h264_dec/include/
H A Dumc_h264_heap.h257 void FreeObject(void * obj, bool force = false)
358 m_pObjHeap->FreeObject(tmp); in RemoveHead()
374 m_pObjHeap->FreeObject(tmp); in RemoveItem()
384 m_pObjHeap->FreeObject(list_item); in RemoveItem()
421 m_pObjHeap->FreeObject(tmp); in DetachItemByPid()
431 m_pObjHeap->FreeObject(list_item); in DetachItemByPid()
502 m_pObjHeap->FreeObject(tmp1); in Reset()
/dports/audio/mous/mous-2.0.1/core/
H A DTagParserFactoryImpl.h21 pAgent->FreeObject(parser); in RegisterTagParserPlugin()
43 pAgent->FreeObject(parser); in UnregisterPlugin()
89 iter->second->FreeObject(parser); in FreeParser()
H A DPlugin.cc33 void Plugin::FreeObject(void* obj) const in FreeObject() function in mous::Plugin
35 return impl->FreeObject(obj); in FreeObject()
H A DPluginImpl.h22 FnFreeObject FreeObject = nullptr; variable
49 FreeObject = reinterpret_cast<FnFreeObject>(dlsym(lib, StrFreeObject)); in Impl()
H A DConvTaskImpl.h27 m_DecoderPlugin->FreeObject(m_Decoder); in ~Impl()
28 m_EncoderPlugin->FreeObject(m_Encoder); in ~Impl()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A DJS_Object.cpp17 void FreeObject(const v8::WeakCallbackInfo<CJS_Object>& data) { in FreeObject() function
26 data.SetSecondPassCallback(FreeObject); in DisposeObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dpod_free_list_arena_test.cc119 arena->FreeObject(*it); in TEST_F()
142 arena->FreeObject(object); in TEST_F()
157 arena->FreeObject(*it); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dpod_free_list_arena_test.cc119 arena->FreeObject(*it); in TEST_F()
142 arena->FreeObject(object); in TEST_F()
157 arena->FreeObject(*it); in TEST_F()
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/addons/
H A Dscriptany.cpp211 FreeObject(); in operator =()
273 FreeObject(); in ~CScriptAny()
289 FreeObject(); in Store()
403 void CScriptAny::FreeObject() in FreeObject() function in CScriptAny
440 FreeObject(); in ReleaseAllHandles()
/dports/lang/angelscript/sdk/add_on/scriptany/
H A Dscriptany.cpp211 FreeObject(); in operator =()
273 FreeObject(); in ~CScriptAny()
289 FreeObject(); in Store()
403 void CScriptAny::FreeObject() in FreeObject() function in CScriptAny
450 FreeObject(); in ReleaseAllHandles()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/javascript/
H A DJS_Object.cpp49 void FreeObject(const v8::WeakCallbackInfo<CJS_Object>& data) { in FreeObject() function
59 data.SetSecondPassCallback(FreeObject); in DisposeObject()
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/src/jsonrpc/
H A Dwebjsonrpc.pp67 …Name,AMethodName : TJSONStringType;AContext : TJSONRPCCallContext; Out FreeObject : TComponent) : …
423 FreeObject: TComponent): TCustomJSONRPCHandler;
425 Result:=Inherited FindHandler(AClassName,AMethodName,AContext,FreeObject);
426 If (AContext is TJSONRPCSessionContext) and (FreeObject is TCustomJSONRPCModule) then
427 TCustomJSONRPCModule(FreeObject).Session:=TJSONRPCSessionContext(AContext).Session;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/src/jsonrpc/
H A Dwebjsonrpc.pp67 …Name,AMethodName : TJSONStringType;AContext : TJSONRPCCallContext; Out FreeObject : TComponent) : …
423 FreeObject: TComponent): TCustomJSONRPCHandler;
425 Result:=Inherited FindHandler(AClassName,AMethodName,AContext,FreeObject);
426 If (AContext is TJSONRPCSessionContext) and (FreeObject is TCustomJSONRPCModule) then
427 TCustomJSONRPCModule(FreeObject).Session:=TJSONRPCSessionContext(AContext).Session;
/dports/audio/mous/mous-2.0.1/sdk/core/
H A DPlugin.h19 void FreeObject(void* inf) const;

1234