MCPcopy Create free account
hub / github.com/catboost/catboost / AlignedSaveArray

Function AlignedSaveArray

library/cpp/regex/pire/pire/align.h:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67 template<class T>
68 inline void AlignedSaveArray(yostream* s, const T* array, size_t count)
69 {
70 SavePodArray(s, array, count);
71 AlignSave(s, sizeof(*array) * count);
72 }
73
74 template<class T>
75 inline void AlignedLoadArray(yistream* s, T* array, size_t count)

Callers 2

SaveMethod · 0.85
SaveScannerMethod · 0.85

Calls 2

SavePodArrayFunction · 0.85
AlignSaveFunction · 0.85

Tested by

no test coverage detected