Searched refs:ALLOC_SIZE (Results 1 - 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise05.c31 #define ALLOC_SIZE (32 * 1024 * 1024) macro
37 p = SAFE_MMAP(NULL, ALLOC_SIZE, PROT_READ,
40 TEST(mprotect(p, ALLOC_SIZE, PROT_NONE));
43 TEST(madvise(p, ALLOC_SIZE, MADV_WILLNEED));
44 SAFE_MUNMAP(p, ALLOC_SIZE);
/external/deqp/framework/randomshaders/
H A DrsgToken.cpp95 : m_tokens (ALLOC_SIZE)
H A DrsgToken.hpp237 ALLOC_SIZE = 64 enumerator in enum:rsg::TokenStream::__anon4852
247 m_tokens.resize(m_numTokens+ALLOC_SIZE);
/external/libnl/lib/netfilter/
H A Dlog_obj.c248 diff |= NFNL_LOG_DIFF_VAL(ALLOC_SIZE, log_alloc_size);
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c780 #define ALLOC_SIZE 128 macro
785 pathname = malloc(ALLOC_SIZE);
802 *size = (res + ALLOC_SIZE) & ~(ALLOC_SIZE - 1);
817 static int size = ALLOC_SIZE;
829 static int size = ALLOC_SIZE;
841 static int size = ALLOC_SIZE;
845 subpath = malloc(ALLOC_SIZE);
864 size = (res + ALLOC_SIZE) & ~(ALLOC_SIZE
[all...]

Completed in 1138 milliseconds