Searched defs:byte_count (Results 1 – 5 of 5) sorted by relevance
| /bionic/linker/ |
| D | linker_memory.cpp | 71 void* malloc(size_t byte_count) { in malloc() 79 void* realloc(void* p, size_t byte_count) { in realloc() 84 size_t byte_count; in reallocarray() local
|
| /bionic/libc/bionic/scudo/ |
| D | scudo.cpp | 94 void* scudo_malloc(size_t byte_count) { 106 void* scudo_memalign(size_t alignment, size_t byte_count) { 121 void* scudo_realloc(void* ptr, size_t byte_count) {
|
| /bionic/libc/bionic/ |
| D | swab.cpp | 31 void swab(const void* void_src, void* void_dst, ssize_t byte_count) { in swab()
|
| D | legacy_32_bit_support.cpp | 74 ssize_t pread(int fd, void* buf, size_t byte_count, off_t offset) { in pread() 79 ssize_t pwrite(int fd, const void* buf, size_t byte_count, off_t offset) { in pwrite()
|
| D | grp_pwd.cpp | 81 passwd* dst, char* buf, size_t byte_count, in do_getpw_r() 131 char* buf, size_t byte_count, passwd** result) { in getpwnam_r() 136 char* buf, size_t byte_count, passwd** result) { in getpwuid_r()
|