Searched refs:in_blocks (Results 1 – 2 of 2) sorted by relevance
253 void **in_blocks) in sys_mem_blocks_free() argument259 __ASSERT_NO_MSG(in_blocks != NULL); in sys_mem_blocks_free()274 void *ptr = in_blocks[i]; in sys_mem_blocks_free()385 size_t count, void **in_blocks) in sys_multi_mem_blocks_free() argument392 __ASSERT_NO_MSG(in_blocks != NULL); in sys_multi_mem_blocks_free()412 if (((uint8_t *)in_blocks[0] >= start) && in sys_multi_mem_blocks_free()413 ((uint8_t *)in_blocks[0] < end)) { in sys_multi_mem_blocks_free()420 ret = sys_mem_blocks_free(allocator, count, in_blocks); in sys_multi_mem_blocks_free()
288 void **in_blocks);401 size_t count, void **in_blocks);