Home
last modified time | relevance | path

Searched refs:MEM_SIZE (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/memcg/regression/
H A 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/
H A 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/
H A Daltcp_tls_mbedtls_mem.c116 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 Dlwipopts.h40 #define MEM_SIZE (4 * 1024) macro
/third_party/lwip/src/include/lwip/
H A Dmem.h60 /* 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 Dopt.h293 * 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 Dlwipopts.h62 #define MEM_SIZE 16000 macro
/third_party/lwip/test/unit/
H A Dlwipopts.h58 #define MEM_SIZE 16000 macro
/third_party/lwip/test/unit/core/
H A Dtest_mem.c131 ptr_high = ptr + (MEM_SIZE * 2); in START_TEST()
/third_party/lwip/src/core/
H A Dmem.c371 #define MEM_SIZE_ALIGNED LWIP_MEM_ALIGN_SIZE(MEM_SIZE)

Completed in 8 milliseconds