Searched defs:byte_count (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | linker_memory.cpp | 23 void* malloc(size_t byte_count) { in malloc() 31 void* realloc(void* p, size_t byte_count) { in realloc()
|
/bionic/libc/bionic/ |
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 | stubs.cpp | 84 passwd* dst, char* buf, size_t byte_count, in do_getpw_r() 134 char* buf, size_t byte_count, passwd** result) { in getpwnam_r() 139 char* buf, size_t byte_count, passwd** result) { in getpwuid_r()
|