Lines Matching defs:data
331 u8_t data = *((u8_t *)rmem + i);
332 LWIP_ASSERT("MEM_USE_POOLS: mem overflow detected", data == 0xcd);
613 * @param rmem is the data portion of a struct mem as returned by a previous
711 /* every data block must be at least MIN_SIZE_ALIGNED long */
783 * at least MIN_SIZE_ALIGNED of data.
785 * ('SIZEOF_STRUCT_MEM') with some data ('MIN_SIZE_ALIGNED').
787 * region that couldn't hold data, but when mem->next gets freed,
848 /* every data block must be at least MIN_SIZE_ALIGNED long */
889 * mem->next - (ptr + SIZEOF_STRUCT_MEM) gives us the 'user data size' of mem */
893 * at least MIN_SIZE_ALIGNED of data also fits in the 'user data space' of 'mem')
895 * remainder must be large enough to contain MIN_SIZE_ALIGNED data: if
897 * struct mem would fit in but no data between mem2 and mem2->next
899 * region that couldn't hold data, but when mem->next gets freed,
918 /* (a mem2 struct does no fit into the user data space of mem and mem->next will always