MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / next_adjacent

Method next_adjacent

dds/DCPS/MemoryPool.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48AllocHeader*
49AllocHeader::next_adjacent() {
50 unsigned char* past_buffer_end = ptr() + size();
51 return reinterpret_cast<AllocHeader*>(past_buffer_end);
52}
53
54AllocHeader*
55AllocHeader::prev_adjacent() {

Callers 6

join_nextMethod · 0.95
join_free_allocsMethod · 0.80
allocateMethod · 0.80
joinable_nextMethod · 0.80
validate_poolMethod · 0.80
validate_poolMethod · 0.80

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected