![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
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_DataMap<IFacePtr, ListOfInteger> > IMeshData::DMapOfIFacePtrsListOfInteger |
| typedef NCollection_Shared<NCollection_DataMap<IFacePtr, occ::handle<MapOfIEdgePtr> > > IMeshData::DMapOfIFacePtrsMapOfIEdgePtrs |
| typedef NCollection_Shared<NCollection_DataMap<int, ListOfInteger> > IMeshData::DMapOfIntegerListOfInteger |
| typedef NCollection_Shared<NCollection_DataMap<TopoDS_Shape, int, TopTools_ShapeMapHasher> > IMeshData::DMapOfShapeInteger |
| typedef NCollection_Shared<NCollection_IndexedDataMap<IFacePtr, ListOfIPCurves> > IMeshData::IDMapOfIFacePtrsListOfIPCurves |
| typedef NCollection_Shared<NCollection_IndexedDataMap<BRepMesh_Edge, BRepMesh_PairOfIndex> > IMeshData::IDMapOfLink |
| typedef TColStd_PackedMapOfInteger::Iterator IMeshData::IteratorOfMapOfInteger |
| typedef NCollection_Shared<NCollection_DynamicArray<BRepMesh_Triangle> > IMeshData::VectorOfElements |
| typedef NCollection_Shared<NCollection_DynamicArray<IPCurveHandle> > IMeshData::VectorOfIPCurveHandles |
| typedef NCollection_Shared<NCollection_DynamicArray<TopAbs_Orientation> > IMeshData::VectorOfOrientation |
| 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.