Searched defs:maxbytes (Results 1 – 5 of 5) sorted by relevance
| /external/ltp/testcases/kernel/mem/mtest01/ |
| D | mtest01.c | 51 static long maxbytes = 0; variable 58 char *str_maxbytes, long *maxbytes, in parse_mtest_options()
|
| /external/sdv/vsomeip/third_party/boost/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()
|
| /external/ltp/testcases/kernel/fs/proc/ |
| D | proc01.c | 66 static unsigned long long maxbytes; variable
|
| /external/scapy/scapy/ |
| D | fields.py | 1385 def __init__(self, name, default, wordbytes, maxbytes, aton, ntoa, length_from): argument
|