Home
last modified time | relevance | path

Searched refs:MEM_SIZE (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/memcg/regression/
Dmemcg_test_4.c14 #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/
Dvma_random_test.cpp72 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/
Daltcp_tls_mbedtls_mem.c116 if (alloc_size > MEM_SIZE) { in tls_malloc()
118 (int)c, (int)len, (int)MEM_SIZE)); in tls_malloc()
/third_party/libcoap/examples/lwip/config/
Dlwipopts.h40 #define MEM_SIZE (4 * 1024) macro
/third_party/lwip/test/fuzz/
Dlwipopts.h62 #define MEM_SIZE 16000 macro
/third_party/lwip/src/include/lwip/
Dmem.h63 #if MEM_SIZE > 64000L
Dopt.h296 #if !defined MEM_SIZE || defined __DOXYGEN__
297 #define MEM_SIZE 1600 macro
/third_party/lwip/test/unit/
Dlwipopts.h58 #define MEM_SIZE 16000 macro
/third_party/lwip/test/unit/core/
Dtest_mem.c131 ptr_high = ptr + (MEM_SIZE * 2); in START_TEST()
/third_party/lwip/
D0001-add-makefile.patch204 +#define MEM_SIZE 16000
D0053-cleancode-improve-lwipopts.h-readability.patch1915 -#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)
D0002-adapt-lstack.patch4971 -#define MEM_SIZE 16000
5018 +#define MEM_SIZE (((PER_TCP_PCB_BUFFER + 128) * MEMP_NUM_TCP_SEG) >> 2)
/third_party/lwip/src/core/
Dmem.c371 #define MEM_SIZE_ALIGNED LWIP_MEM_ALIGN_SIZE(MEM_SIZE)