|
Open CASCADE Technology 7.9.3
|
Namespaces | |
| namespace | Model |
Variables | |
| const size_t | MEMORY_BLOCK_SIZE_HUGE = 512 * 1024 |
| Default size for memory block allocated by IncAllocator. | |
| typedef NCollection_Shared<NCollection_EBTree<Standard_Integer, Bnd_Box2d> > IMeshData::BndBox2dTree |
| typedef NCollection_Shared<NCollection_DataMap<IFacePtr, ListOfInteger> > IMeshData::DMapOfIFacePtrsListOfInteger |
| typedef NCollection_Shared<NCollection_DataMap<IFacePtr, Handle< MapOfIEdgePtr > > > IMeshData::DMapOfIFacePtrsMapOfIEdgePtrs |
| typedef NCollection_Shared<NCollection_DataMap<Standard_Integer, ListOfInteger> > IMeshData::DMapOfIntegerListOfInteger |
| typedef NCollection_Shared< NCollection_DataMap<TopoDS_Shape, Standard_Integer, TopTools_ShapeMapHasher> > IMeshData::DMapOfShapeInteger |
| typedef Handle< IMeshData_Curve > IMeshData::ICurveHandle |
| typedef NCollection_Shared<NCollection_IndexedDataMap<IFacePtr, ListOfIPCurves> > IMeshData::IDMapOfIFacePtrsListOfIPCurves |
| typedef NCollection_Shared<NCollection_IndexedDataMap<BRepMesh_Edge, BRepMesh_PairOfIndex> > IMeshData::IDMapOfLink |
| typedef Handle< IMeshData_Edge > IMeshData::IEdgeHandle |
| typedef IMeshData_Edge* IMeshData::IEdgePtr |
| typedef Handle< IMeshData_Face > IMeshData::IFaceHandle |
| typedef IMeshData_Face* IMeshData::IFacePtr |
| typedef Handle< IMeshData_PCurve > IMeshData::IPCurveHandle |
| typedef Handle< IMeshData_Wire > IMeshData::IWireHandle |
| typedef NCollection_Shared<NCollection_DataMap<Standard_Integer, Standard_Boolean> > IMeshData::MapOfIntegerInteger |
| const size_t IMeshData::MEMORY_BLOCK_SIZE_HUGE = 512 * 1024 |
Default size for memory block allocated by IncAllocator.
The idea here is that blocks of the given size are returned to the system rather than retained in the malloc heap, at least on WIN32 and WIN64 platforms.