_sharedmem_block_t Struct Reference

#include <shmalloc.h>

Collaboration diagram for _sharedmem_block_t:

Collaboration graph
[legend]

Data Fields

size_t size
long next

Detailed Description

Allocation block control structure.

Definition at line 53 of file debian/libsharedmem1-dev/usr/include/shmalloc.h.


Field Documentation

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

long _sharedmem_block_t::next

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


The documentation for this struct was generated from the following files:
Generated on Thu Sep 13 18:14:46 2007 for libsharedmem by  doxygen 1.5.1