fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

small_pool_struct Union Reference

Collaboration diagram for small_pool_struct:

List of all members.

Public Attributes

struct {
   small_pool_ptr   next
   size_t   bytes_used
   size_t   bytes_left
hdr
ALIGN_TYPE dummy

Detailed Description

Definition at line 91 of file jmemmgr.c.


Member Data Documentation

Definition at line 95 of file jmemmgr.c.

Referenced by alloc_small().

Definition at line 94 of file jmemmgr.c.

Referenced by alloc_small(), and free_pool().

Definition at line 97 of file jmemmgr.c.

struct { ... } small_pool_struct::hdr

Referenced by alloc_small(), and free_pool().

Definition at line 93 of file jmemmgr.c.

Referenced by alloc_small(), and free_pool().


The documentation for this union was generated from the following file: