diff -r 92e482410453 -r d345541018fa docs/api-2.1/structucx__memchunk.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structucx__memchunk.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,129 @@ + + +
+ + + + ++ |
+ ucx
+
+ UAP Common Extensions
+ |
+
Capsule for destructible memory chunks. + More...
++Data Fields | |
ucx_destructor | destructor |
The destructor for the memory chunk. More... | |
char | c |
First byte of the memory chunk. More... | |
Capsule for destructible memory chunks.
+char ucx_memchunk::c | +
First byte of the memory chunk.
+Note, that the address &c
is also the address of the whole memory chunk.
ucx_destructor ucx_memchunk::destructor | +
The destructor for the memory chunk.
+ +