Searched defs:maxbytes (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/mem/mtest01/ |
D | mtest01.c | 53 static long maxbytes = 0; variable 60 char *str_maxbytes, long *maxbytes, in parse_mtest_options()
|
/third_party/boost/libs/container/src/ |
D | dlmalloc.cpp | 65 (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()
|
D | dlmalloc_ext_2_8_6.c | 519 ,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/ |
D | proc01.c | 66 static unsigned long long maxbytes; variable
|