Searched defs:byte_count (Results  1 – 3 of 3) sorted by relevance
| /bionic/linker/ | 
| D | linker_memory.cpp | 71 void* malloc(size_t byte_count) {  in malloc()75 void* memalign(size_t alignment, size_t byte_count) {  in memalign()
 83 void* realloc(void* p, size_t byte_count) {  in realloc()
 88   size_t byte_count;  in reallocarray()  local
 
 | 
| /bionic/libc/bionic/ | 
| D | legacy_32_bit_support.cpp | 62 ssize_t pread(int fd, void* buf, size_t byte_count, off_t offset) {  in pread()67 ssize_t pwrite(int fd, const void* buf, size_t byte_count, off_t offset) {  in pwrite()
 
 | 
| D | grp_pwd.cpp | 603 int getpwnam_r(const char* name, passwd* pwd, char* buf, size_t byte_count, passwd** result) {  in getpwnam_r()607 int getpwuid_r(uid_t uid, passwd* pwd, char* buf, size_t byte_count, passwd** result) {  in getpwuid_r()
 
 |