Lines Matching full:block
87 uint8_t blk_sz_shift; /* Bit shift for block size */
97 /* Memory block buffer */
104 /* Spinlock guarding access to memory block internals */
120 * @brief Create a memory block object with a providing backing buffer.
122 * @param name Name of the memory block object.
123 * @param blk_sz Size of each memory block (in bytes, power of 2).
126 * @param mbmod Modifier to the memory block struct
142 * @brief Create a memory block object with a new backing buffer.
144 * @param name Name of the memory block object.
145 * @param blk_sz Size of each memory block (in bytes, power of 2).
147 * @param balign Alignment of the memory block buffer (power of 2).
148 * @param mbmod Modifier to the memory block struct
163 * @brief Create a memory block object with a new backing buffer.
165 * @param name Name of the memory block object.
166 * @param blk_sz Size of each memory block (in bytes).
168 * @param buf_align Alignment of the memory block buffer (power of 2).
174 * @brief Create a static memory block object with a new backing buffer.
176 * @param name Name of the memory block object.
177 * @param blk_sz Size of each memory block (in bytes).
179 * @param buf_align Alignment of the memory block buffer (power of 2).
186 * @brief Create a memory block object with a providing backing buffer.
188 * @param name Name of the memory block object.
189 * @param blk_sz Size of each memory block (in bytes).
197 * @brief Create a static memory block object with a providing backing buffer.
199 * @param name Name of the memory block object.
200 * @param blk_sz Size of each memory block (in bytes).
213 * @param[in] mem_block Pointer to memory block object.
232 * @param[in] mem_block Pointer to memory block object.
234 * @param[out] out_block Output pointer to the start of the allocated block set
244 * @brief Force allocation of a specified blocks in a memory block object
246 * Allocate a specified blocks in a memory block object.
251 * @param[in] mem_block Pointer to memory block object.
252 * @param[in] in_block Address of the first required block to allocate
264 * @param[in] mem_block Pointer to memory block object.
265 * @param[in] in_block Address of the first block to check
277 * block pointers.
279 * @param[in] mem_block Pointer to memory block object.
295 * @param[in] mem_block Pointer to memory block object.
296 * @param[in] block Pointer to the first memory block
303 int sys_mem_blocks_free_contiguous(sys_mem_blocks_t *mem_block, void *block, size_t count);
307 * @brief Get the runtime statistics of a memory block
309 * This function retrieves the runtime stats for the specified memory block
312 * @param mem_block Pointer to system memory block
321 * @brief Reset the maximum memory block usage
324 * block @a mem_block to match that block's current memory usage.
326 * @param mem_block Pointer to system memory block
373 * @param[out] blk_size If not NULL, output the block size of