Home
last modified time | relevance | path

Searched defs:maxbytes (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/mem/mtest01/
Dmtest01.c53 static long maxbytes = 0; variable
60 char *str_maxbytes, long *maxbytes, in parse_mtest_options()
/third_party/boost/libs/container/src/
Ddlmalloc.cpp65 (void* oldmem, size_t minbytes, size_t maxbytes, size_t *received) in dlmalloc_grow()
69 (void* oldmem, size_t minbytes, size_t maxbytes, size_t *received, int do_commit) in dlmalloc_shrink()
Ddlmalloc_ext_2_8_6.c519 ,size_t maxbytes in internal_grow_both_sides()
721 static int internal_shrink(mstate m, void* oldmem, size_t minbytes, size_t maxbytes, size_t *receiv… in internal_shrink()
1282 (void* oldmem, size_t minbytes, size_t maxbytes, size_t *received) in boost_cont_grow()
1306 (void* oldmem, size_t minbytes, size_t maxbytes, size_t *received, int do_commit) in boost_cont_shrink()
/third_party/ltp/testcases/kernel/fs/proc/
Dproc01.c66 static unsigned long long maxbytes; variable