MCPcopy Create free account
hub / github.com/ceph/ceph / is_n_align_sized

Method is_n_align_sized

src/common/buffer.cc:1040–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038 }
1039
1040 bool buffer::list::is_n_align_sized(const unsigned align) const
1041 {
1042 for (const auto& node : _buffers) {
1043 if (!node.is_n_align_sized(align)) {
1044 return false;
1045 }
1046 }
1047 return true;
1048 }
1049
1050 bool buffer::list::is_aligned_size_and_memory(
1051 const unsigned align_size,

Callers 4

TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64