Lines Matching full:with
5 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
41 * size. A set of memory blocks is statically declared with the
43 * memory by the memb_alloc() function, and are deallocated with the
51 * called "cmem" which has 8 chunks of memory with each memory chunk
82 * declares a C array with a size that matches the specified number of
90 * \param name The name of the memory block (later used with
113 * Initialize a memory block that was declared with MEMB().
115 * \param m A memory block previosly declared with MEMB().
120 * Allocate a memory block from a block of memory declared with MEMB().
122 * \param m A memory block previosly declared with MEMB().
128 * with MEMB().
130 * \param m m A memory block previosly declared with MEMB().