diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structucx__memchunk.html --- a/docs/api-2.1/structucx__memchunk.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,129 +0,0 @@ - - - - - - - -ucx: ucx_memchunk Struct Reference - - - - - - - - - -
-
- - - - - - - -
-
ucx -
-
UAP Common Extensions
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Data Fields
-
-
ucx_memchunk Struct Reference
-
-
- -

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...
 
-

Detailed Description

-

Capsule for destructible memory chunks.

-

Field Documentation

- -

◆ c

- -
-
- - - - -
char ucx_memchunk::c
-
- -

First byte of the memory chunk.

-

Note, that the address &c is also the address of the whole memory chunk.

- -
-
- -

◆ destructor

- -
-
- - - - -
ucx_destructor ucx_memchunk::destructor
-
- -

The destructor for the memory chunk.

- -
-
-
The documentation for this struct was generated from the following file: -
- - - -