#include <shmalloc.h>
Collaboration diagram for _sharedmem_block_t:
Data Fields | |
size_t | size |
long | next |
Definition at line 53 of file debian/libsharedmem1-dev/usr/include/shmalloc.h.
size_t _sharedmem_block_t::size |
Size of the allocation block
Definition at line 55 of file debian/libsharedmem1-dev/usr/include/shmalloc.h.
Referenced by sharedmem_alloc_create(), and sharedmem_alloc_grow().
Offset to the next block (slist)
Definition at line 56 of file debian/libsharedmem1-dev/usr/include/shmalloc.h.
Referenced by sharedmem_alloc_create(), sharedmem_alloc_list_allocs(), and sharedmem_alloc_list_frees().