MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / pglPathSegmentStorageReserve

Function pglPathSegmentStorageReserve

openpgl/api/api.cpp:442–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440OPENPGL_CATCH_END_VOID
441
442extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStorageReserve(PGLPathSegmentStorage pathSegmentStorage, size_t size)
443{
444 auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage;
445 gPathSegmentStorage->reserve(size);
446}
447
448extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStorageClear(PGLPathSegmentStorage pathSegmentStorage)
449{

Callers 1

ReserveMethod · 0.85

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected