Searched refs:MEM_SIZE (Results 1 – 13 of 13) sorted by relevance
14 #define MEM_SIZE (1024 * 1024 * 100) macro20 p = mmap(NULL, MEM_SIZE, PROT_READ | PROT_WRITE, in sigusr_handler()26 memset(p, 'z', MEM_SIZE); in sigusr_handler()
72 static const uint64_t MEM_SIZE = 0xfffffffffffff000; member73 static const uint64_t MEM_PAGES = MEM_SIZE / MEM_PAGE_SIZE;78 util_vma_heap_init(&heap, MEM_START_PAGE * MEM_PAGE_SIZE, MEM_SIZE);
116 if (alloc_size > MEM_SIZE) { in tls_malloc()118 (int)c, (int)len, (int)MEM_SIZE)); in tls_malloc()
40 #define MEM_SIZE (4 * 1024) macro
62 #define MEM_SIZE 16000 macro
63 #if MEM_SIZE > 64000L
296 #if !defined MEM_SIZE || defined __DOXYGEN__297 #define MEM_SIZE 1600 macro
58 #define MEM_SIZE 16000 macro
131 ptr_high = ptr + (MEM_SIZE * 2); in START_TEST()
204 +#define MEM_SIZE 16000
1915 -#define MEM_SIZE (((PER_TCP_PCB_BUFFER + 128) * MEMP_NUM_TCP_SEG) >> 2)2044 +#define MEM_SIZE (((PER_TCP_PCB_BUFFER + 128) * MEMP_NUM_TCP_SEG) >> 2)
4971 -#define MEM_SIZE 160005018 +#define MEM_SIZE (((PER_TCP_PCB_BUFFER + 128) * MEMP_NUM_TCP_SEG) >> 2)
371 #define MEM_SIZE_ALIGNED LWIP_MEM_ALIGN_SIZE(MEM_SIZE)