Lines Matching defs:slab
31 * Helper library for carving out smaller allocations (called "(slab) entries")
56 /* Descriptor of a slab entry.
64 struct pb_slab *slab; /* the slab that contains this buffer */
69 /* Descriptor of a slab from which many entries are carved out.
83 /* Callback function that is called when a new slab needs to be allocated
87 * of entries. All entries that belong to the slab must be added to the free
98 /* Callback function that is called when all entries of a slab have been freed.
100 * The callback must free the slab and all its entries. It must not call any of
109 /* Manager of slab allocations. The user of this utility library should embed