Searched refs:MEM_SIZE (Results 1 – 17 of 17) sorted by relevance
116 if (alloc_size > MEM_SIZE) { in tls_malloc()118 (int)c, (int)len, (int)MEM_SIZE)); in tls_malloc()
41 #define MEM_SIZE 16000 macro
45 #define MEM_SIZE 16000 macro
56 #define MEM_SIZE 16000 macro
62 #define MEM_SIZE 16000 macro
63 #if MEM_SIZE > 64000L
255 #if !defined MEM_SIZE || defined __DOXYGEN__256 #define MEM_SIZE 1600 macro
296 #if !defined MEM_SIZE || defined __DOXYGEN__297 #define MEM_SIZE 1600 macro
57 #define MEM_SIZE 16000 macro
72 #if MEM_SIZE > 64000L
131 #ifndef MEM_SIZE132 #define MEM_SIZE 1600 macro
131 ptr_high = ptr + (MEM_SIZE * 2); in START_TEST()
174 #define MEM_SIZE_ALIGNED LWIP_MEM_ALIGN_SIZE(MEM_SIZE)
282 #define MEM_SIZE_ALIGNED LWIP_MEM_ALIGN_SIZE(MEM_SIZE)
371 #define MEM_SIZE_ALIGNED LWIP_MEM_ALIGN_SIZE(MEM_SIZE)
387 Initializes the dynamic memory heap defined by MEM_SIZE.
Completed in 31 milliseconds