Lines Matching full:user
66 \brief User-defined kDefaultChunkCapacity definition.
68 User can define this as any \c size that is a power of 2.
120 User may also supply a buffer as the first chunk.
122 If the user-buffer is full then additional chunks are allocated by BaseAllocator.
124 The user-buffer is not deallocated by this allocator.
191 //! Constructor with user-supplied buffer.
192 …/*! The user buffer will be used firstly. When it is full, memory pool allocates new chunk with ch…
194 The user buffer will not be deallocated when this allocator is destructed.
196 \param buffer User supplied buffer.
257 /*! This deallocates all memory chunks, excluding the user-supplied buffer.
276 //! Deallocates all memory chunks, excluding the first/user one.