Home
last modified time | relevance | path

Searched refs:theAllocator (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/dports/cad/opencascade/opencascade-7.6.0/src/BOPDS/
H A DBOPDS_Interf.hxx177 BOPDS_Interf(const Handle(NCollection_BaseAllocator)& theAllocator) : in BOPDS_Interf() argument
181 myAllocator(theAllocator) { in BOPDS_Interf()
216 : BOPDS_Interf(theAllocator) { in BOPDS_InterfVV()
253 BOPDS_Interf(theAllocator), in BOPDS_InterfVE()
317 : BOPDS_Interf(theAllocator), in BOPDS_InterfVF()
387 : BOPDS_Interf(theAllocator) { in BOPDS_InterfEE()
447 : BOPDS_Interf(theAllocator) { in BOPDS_InterfEF()
613 : BOPDS_Interf(theAllocator) { in BOPDS_InterfVZ()
646 : BOPDS_Interf(theAllocator) { in BOPDS_InterfEZ()
679 : BOPDS_Interf(theAllocator) { in BOPDS_InterfFZ()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBOPDS_Interf.hxx177 BOPDS_Interf(const Handle(NCollection_BaseAllocator)& theAllocator) : in BOPDS_Interf() argument
181 myAllocator(theAllocator) { in BOPDS_Interf()
216 : BOPDS_Interf(theAllocator) { in BOPDS_InterfVV()
253 BOPDS_Interf(theAllocator), in BOPDS_InterfVE()
317 : BOPDS_Interf(theAllocator), in BOPDS_InterfVF()
387 : BOPDS_Interf(theAllocator) { in BOPDS_InterfEE()
447 : BOPDS_Interf(theAllocator) { in BOPDS_InterfEF()
613 : BOPDS_Interf(theAllocator) { in BOPDS_InterfVZ()
646 : BOPDS_Interf(theAllocator) { in BOPDS_InterfEZ()
679 : BOPDS_Interf(theAllocator) { in BOPDS_InterfFZ()
[all …]
H A DNCollection_DefineAlloc.hxx27 const Handle(NCollection_BaseAllocator)& theAllocator) \
29 return theAllocator->Allocate(theSize); \
34 const Handle(NCollection_BaseAllocator)& theAllocator) \
36 return theAllocator->Allocate(theSize); \
39 const Handle(NCollection_BaseAllocator)& theAllocator) \
41 theAllocator->Free(theAddress); \
H A DBOPAlgo_Tools.hxx50 const Handle(NCollection_BaseAllocator)& theAllocator) in MakeBlocks() argument
60 … NCollection_List<theType>& aChain = theMBlocks.Append(NCollection_List<theType>(theAllocator)); in MakeBlocks()
84 const Handle(NCollection_BaseAllocator)& theAllocator) in FillMap() argument
88 pList1 = &theMILI(theMILI.Add(n1, NCollection_List<theType>(theAllocator))); in FillMap()
94 pList2 = &theMILI(theMILI.Add(n2, NCollection_List<theType>(theAllocator))); in FillMap()
102 const Handle(NCollection_BaseAllocator)& theAllocator);
107 … const Handle(NCollection_BaseAllocator)& theAllocator,
113 … const Handle(NCollection_BaseAllocator)& theAllocator,
H A DNCollection_BaseVector.hxx158 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector() argument
169 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
174 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector() argument
184 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBOPDS_Interf.hxx177 BOPDS_Interf(const Handle(NCollection_BaseAllocator)& theAllocator) : in BOPDS_Interf() argument
181 myAllocator(theAllocator) { in BOPDS_Interf()
216 : BOPDS_Interf(theAllocator) { in BOPDS_InterfVV()
253 BOPDS_Interf(theAllocator), in BOPDS_InterfVE()
317 : BOPDS_Interf(theAllocator), in BOPDS_InterfVF()
387 : BOPDS_Interf(theAllocator) { in BOPDS_InterfEE()
447 : BOPDS_Interf(theAllocator) { in BOPDS_InterfEF()
613 : BOPDS_Interf(theAllocator) { in BOPDS_InterfVZ()
646 : BOPDS_Interf(theAllocator) { in BOPDS_InterfEZ()
679 : BOPDS_Interf(theAllocator) { in BOPDS_InterfFZ()
[all …]
H A DNCollection_DefineAlloc.hxx27 const Handle(NCollection_BaseAllocator)& theAllocator) \
29 return theAllocator->Allocate(theSize); \
34 const Handle(NCollection_BaseAllocator)& theAllocator) \
36 return theAllocator->Allocate(theSize); \
39 const Handle(NCollection_BaseAllocator)& theAllocator) \
41 theAllocator->Free(theAddress); \
H A DBOPAlgo_Tools.hxx49 const Handle(NCollection_BaseAllocator)& theAllocator) in MakeBlocks() argument
59 … NCollection_List<theType>& aChain = theMBlocks.Append(NCollection_List<theType>(theAllocator)); in MakeBlocks()
83 const Handle(NCollection_BaseAllocator)& theAllocator) in FillMap() argument
87 pList1 = &theMILI(theMILI.Add(n1, NCollection_List<theType>(theAllocator))); in FillMap()
93 pList2 = &theMILI(theMILI.Add(n2, NCollection_List<theType>(theAllocator))); in FillMap()
101 const Handle(NCollection_BaseAllocator)& theAllocator);
106 … const Handle(NCollection_BaseAllocator)& theAllocator,
112 … const Handle(NCollection_BaseAllocator)& theAllocator,
H A DNCollection_BaseVector.hxx164 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector() argument
175 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
180 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector() argument
190 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_DefineAlloc.hxx27 const Handle(NCollection_BaseAllocator)& theAllocator) \
29 return theAllocator->Allocate(theSize); \
34 const Handle(NCollection_BaseAllocator)& theAllocator) \
36 return theAllocator->Allocate(theSize); \
39 const Handle(NCollection_BaseAllocator)& theAllocator) \
41 theAllocator->Free(theAddress); \
H A DNCollection_BaseVector.hxx158 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector() argument
169 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
174 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector() argument
184 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
/dports/www/squid/squid-4.15/src/mem/
H A DAllocatorProxy.cc31 if (!theAllocator) { in getAllocator()
32 theAllocator = MemPools::GetInstance().create(objectType(), size); in getAllocator()
33 theAllocator->zeroBlocks(doZero); in getAllocator()
35 return theAllocator; in getAllocator()
41 if (!theAllocator) in inUseCount()
44 return theAllocator->inUseCount(); in inUseCount()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_Tools.hxx50 const Handle(NCollection_BaseAllocator)& theAllocator) in MakeBlocks() argument
60 … NCollection_List<theType>& aChain = theMBlocks.Append(NCollection_List<theType>(theAllocator)); in MakeBlocks()
84 const Handle(NCollection_BaseAllocator)& theAllocator) in FillMap() argument
88 pList1 = &theMILI(theMILI.Add(n1, NCollection_List<theType>(theAllocator))); in FillMap()
94 pList2 = &theMILI(theMILI.Add(n2, NCollection_List<theType>(theAllocator))); in FillMap()
102 const Handle(NCollection_BaseAllocator)& theAllocator);
107 … const Handle(NCollection_BaseAllocator)& theAllocator,
113 … const Handle(NCollection_BaseAllocator)& theAllocator,
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_CircleTool.cxx29 const Handle(NCollection_IncAllocator)& theAllocator) in BRepMesh_CircleTool() argument
31 myAllocator (theAllocator), in BRepMesh_CircleTool()
32 myCellFilter(10.0, theAllocator), in BRepMesh_CircleTool()
33 mySelector (myTolerance, 64, theAllocator) in BRepMesh_CircleTool()
43 const Handle(NCollection_IncAllocator)& theAllocator) in BRepMesh_CircleTool() argument
45 myAllocator (theAllocator), in BRepMesh_CircleTool()
46 myCellFilter(10.0, theAllocator), in BRepMesh_CircleTool()
47 mySelector (myTolerance, Max(theReservedSize, 64), theAllocator) in BRepMesh_CircleTool()
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Dmem.cxx25 static CAllocator theAllocator; // global allocator variable
53 *ppMalloc = &theAllocator; in CoGetMalloc()
78 return theAllocator.Alloc(cb); in CoTaskMemAlloc()
97 theAllocator.Free(pv); in CoTaskMemFree()
124 return theAllocator.Realloc(pv, cb); in CoTaskMemRealloc()
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/allocator/
H A Dpackage.d608 assert(theAllocator);
809 test(theAllocator);
1002 test2(theAllocator);
1109 test(theAllocator);
1292 test(theAllocator);
1315 test(theAllocator);
1474 test(theAllocator);
1524 test(theAllocator);
1553 test(theAllocator);
1723 test(theAllocator);
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/
H A Dpackage.d608 assert(theAllocator);
809 test(theAllocator);
1002 test2(theAllocator);
1109 test(theAllocator);
1292 test(theAllocator);
1315 test(theAllocator);
1474 test(theAllocator);
1524 test(theAllocator);
1553 test(theAllocator);
1723 test(theAllocator);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/
H A Dpackage.d608 assert(theAllocator);
809 test(theAllocator);
1002 test2(theAllocator);
1109 test(theAllocator);
1292 test(theAllocator);
1315 test(theAllocator);
1474 test(theAllocator);
1524 test(theAllocator);
1553 test(theAllocator);
1723 test(theAllocator);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/
H A Dpackage.d608 assert(theAllocator);
809 test(theAllocator);
1002 test2(theAllocator);
1109 test(theAllocator);
1292 test(theAllocator);
1315 test(theAllocator);
1474 test(theAllocator);
1524 test(theAllocator);
1553 test(theAllocator);
1723 test(theAllocator);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/
H A Dpackage.d608 assert(theAllocator);
809 test(theAllocator);
1002 test2(theAllocator);
1109 test(theAllocator);
1292 test(theAllocator);
1315 test(theAllocator);
1474 test(theAllocator);
1524 test(theAllocator);
1553 test(theAllocator);
1723 test(theAllocator);
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/
H A Dpackage.d608 assert(theAllocator);
809 test(theAllocator);
1002 test2(theAllocator);
1109 test(theAllocator);
1292 test(theAllocator);
1315 test(theAllocator);
1474 test(theAllocator);
1524 test(theAllocator);
1553 test(theAllocator);
1723 test(theAllocator);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/
H A Dpackage.d608 assert(theAllocator);
809 test(theAllocator);
1002 test2(theAllocator);
1109 test(theAllocator);
1292 test(theAllocator);
1315 test(theAllocator);
1474 test(theAllocator);
1524 test(theAllocator);
1553 test(theAllocator);
1723 test(theAllocator);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/
H A Dpackage.d608 assert(theAllocator);
809 test(theAllocator);
1002 test2(theAllocator);
1109 test(theAllocator);
1292 test(theAllocator);
1315 test(theAllocator);
1474 test(theAllocator);
1524 test(theAllocator);
1553 test(theAllocator);
1723 test(theAllocator);
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/
H A Dpackage.d608 assert(theAllocator);
809 test(theAllocator);
1002 test2(theAllocator);
1109 test(theAllocator);
1292 test(theAllocator);
1315 test(theAllocator);
1474 test(theAllocator);
1524 test(theAllocator);
1553 test(theAllocator);
1723 test(theAllocator);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/
H A Dpackage.d1316 test(theAllocator);
1623 test2(theAllocator);
1751 test(theAllocator);
1934 test(theAllocator);
1957 test(theAllocator);
2109 test(theAllocator);
2159 test(theAllocator);
2188 test(theAllocator);
2299 test!char(theAllocator);
2388 test(theAllocator);
[all …]

12345678910>>...19