Searched defs:new_size (Results 1 – 8 of 8) sorted by relevance
/tools/include/nolibc/sys/ |
A D | mman.h | 52 void *sys_mremap(void *old_address, size_t old_size, size_t new_size, int flags, void *new_address) in sys_mremap() 59 void *mremap(void *old_address, size_t old_size, size_t new_size, int flags, void *new_address) in mremap()
|
/tools/virtio/linux/ |
A D | kernel.h | 118 static inline void *krealloc_array(void *p, size_t new_n, size_t new_size, gfp_t gfp) in krealloc_array()
|
/tools/include/nolibc/ |
A D | stdlib.h | 161 void *realloc(void *old_ptr, size_t new_size) in realloc()
|
/tools/testing/selftests/mm/ |
A D | vm_util.c | 529 unsigned long new_size, int flags, void *new_address) in sys_mremap()
|
A D | protection_keys.c | 613 size_t new_size = new_nr_records * sizeof(struct pkey_malloc_record); in record_pkey_malloc() local
|
/tools/perf/util/ |
A D | symbol.c | 1367 u64 new_size = map__size(new_map); in dso__load_kcore() local
|
A D | header.c | 115 size_t new_size = ff->size; in __do_write_buf() local
|
/tools/power/x86/turbostat/ |
A D | turbostat.c | 1960 void pmt_counter_resize_(struct pmt_counter *pcounter, unsigned int new_size) in pmt_counter_resize_() 1979 void pmt_counter_resize(struct pmt_counter *pcounter, unsigned int new_size) in pmt_counter_resize()
|
Completed in 67 milliseconds