Home
last modified time | relevance | path

Searched refs:bytes_total (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h548 ULARGE_INTEGER bytes_avail = {}, bytes_total = {}, bytes_free = {}; in _GLIBCXX_VISIBILITY()
549 if (GetDiskFreeSpaceExW(pathname, &bytes_avail, &bytes_total, &bytes_free)) in _GLIBCXX_VISIBILITY()
551 if (bytes_total.QuadPart != 0) in _GLIBCXX_VISIBILITY()
552 capacity = bytes_total.QuadPart; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h619 ULARGE_INTEGER bytes_avail = {}, bytes_total = {}, bytes_free = {}; in _GLIBCXX_VISIBILITY()
620 if (GetDiskFreeSpaceExW(pathname, &bytes_avail, &bytes_total, &bytes_free)) in _GLIBCXX_VISIBILITY()
622 if (bytes_total.QuadPart != 0) in _GLIBCXX_VISIBILITY()
623 capacity = bytes_total.QuadPart; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl2/libmalloc/dist/
H A Dmstats.c35 result.bytes_total = (char *) (*__morecore) (0) - _heapbase; in mstats()
H A Dmalloc.h269 __malloc_size_t bytes_total; /* Total size of the heap. */ member
H A Dgmalloc.c271 __malloc_size_t bytes_total; /* Total size of the heap. */ member