Searched refs:size_ (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | atexit.cpp | 58 size_t size() const { return size_; } in size() 68 size_t size_; member in __anon0ca2bf2e0111::AtexitArray 81 return page_end_of_index(size_ - extracted_count_) < page_end_of_index(size_); in needs_recompaction() 92 if (size_ >= capacity_ && !expand_capacity()) return false; in append_entry() 94 size_t idx = size_++; in append_entry() 119 set_writable(true, 0, size_); in recompact() 123 while (src < size_ && array_[src].fn != nullptr) { in recompact() 129 for (; src < size_; ++src) { in recompact() 138 size_t old_bytes = page_end_of_index(size_); in recompact() 144 set_writable(false, 0, size_); in recompact() [all …]
|
D | scandir.cpp | 32 ScandirResult() : names_(nullptr), size_(0), capacity_(0) { in ScandirResult() 41 return size_; in size() 47 size_ = capacity_ = 0; in release() 52 if (size_ >= capacity_) { in Add() 67 names_[size_++] = copy; in Add() 72 qsort(names_, size_, sizeof(dirent*), in Sort() 78 size_t size_; member in ScandirResult
|
D | bionic_netlink.cpp | 44 size_ = 8192; in NetlinkConnection() 45 data_ = new char[size_]; in NetlinkConnection() 79 while ((bytes_read = TEMP_FAILURE_RETRY(recv(fd_.get(), data_, size_, 0))) > 0) { in ReadResponses()
|
D | bionic_netlink.h | 51 size_t size_; variable
|
/bionic/linker/ |
D | linker_mapped_file_fragment.h | 43 size_t size() const { return size_; } in size() 48 size_t size_; variable
|
D | linker_mapped_file_fragment.cpp | 40 data_(nullptr), size_ (0) in MappedFileFragment() 73 size_ = size; in Map()
|
/bionic/libc/malloc_debug/ |
D | RecordData.cpp | 60 : AllocEntry(pointer, start_ns, end_ns), size_(size) {} in MallocEntry() 63 return dprintf(fd, "%d: malloc %p %zu %" PRIu64 " %" PRIu64 "\n", tid_, pointer_, size_, in Write() 81 size_, start_ns_, end_ns_) > 0; in Write() 90 old_pointer_, size_, start_ns_, end_ns_) > 0; in Write() 100 alignment_, size_, start_ns_, end_ns_) > 0; in Write()
|
D | RecordData.h | 93 size_t size_;
|