ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/mempool.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/mempool.h (file contents):
Revision 2916 by michael, Sat Jan 25 21:09:18 2014 UTC vs.
Revision 4086 by michael, Sat Jun 28 16:44:20 2014 UTC

# Line 84 | Line 84 | struct mp_pool_t
84    /** Size of each chunk (in items). */
85    int new_chunk_capacity;
86  
87 +  /** Size of each item */
88 +  size_t item_size;
89 +
90    /** Size to allocate for each item, including overhead and alignment
91     * padding. */
92    size_t item_alloc_size;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)