Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ allocate
Method
allocate
dds/DCPS/MemoryPool.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void
67
AllocHeader::allocate(size_t size) {
68
set_allocated();
69
set_size(size);
70
}
71
72
void
73
AllocHeader::set_size(size_t size)
Callers
1
GenericData
Method · 0.45
Calls
6
set_allocated
Function · 0.85
includes
Function · 0.85
next_adjacent
Method · 0.80
set_size
Method · 0.80
size
Method · 0.45
ptr
Method · 0.45
Tested by
no test coverage detected