Searched refs:MEM_SIZE (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/memcg/regression/ |
H A D | memcg_test_4.c | 14 #define MEM_SIZE (1024 * 1024 * 100) macro 20 p = mmap(NULL, MEM_SIZE, PROT_READ | PROT_WRITE, in sigusr_handler() 26 memset(p, 'z', MEM_SIZE); in sigusr_handler()
|
/third_party/mesa3d/src/util/tests/vma/ |
H A D | vma_random_test.cpp | 72 static const uint64_t MEM_SIZE = 0xfffffffffffff000; member 73 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);
|
/third_party/lwip/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls_mem.c | 116 if (alloc_size > MEM_SIZE) { in tls_malloc() 117 LWIP_DEBUGF(ALTCP_MBEDTLS_MEM_DEBUG, ("mbedtls allocation too big: %c * %d bytes vs MEM_SIZE=%d", in tls_malloc() 118 (int)c, (int)len, (int)MEM_SIZE)); in tls_malloc()
|
/third_party/libcoap/examples/lwip/config/ |
H A D | lwipopts.h | 40 #define MEM_SIZE (4 * 1024) macro
|
/third_party/lwip/src/include/lwip/ |
H A D | mem.h | 60 /* MEM_SIZE would have to be aligned, but using 64000 here instead of 63 #if MEM_SIZE > 64000L 69 #endif /* MEM_SIZE > 64000 */
|
H A D | opt.h | 293 * MEM_SIZE: the size of the heap memory. If the application will send 296 #if !defined MEM_SIZE || defined __DOXYGEN__ 297 #define MEM_SIZE 1600 macro
|
/third_party/lwip/test/fuzz/ |
H A D | lwipopts.h | 62 #define MEM_SIZE 16000 macro
|
/third_party/lwip/test/unit/ |
H A D | lwipopts.h | 58 #define MEM_SIZE 16000 macro
|
/third_party/lwip/test/unit/core/ |
H A D | test_mem.c | 131 ptr_high = ptr + (MEM_SIZE * 2); in START_TEST()
|
/third_party/lwip/src/core/ |
H A D | mem.c | 371 #define MEM_SIZE_ALIGNED LWIP_MEM_ALIGN_SIZE(MEM_SIZE)
|
Completed in 8 milliseconds