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 D | ops-common.h | 548 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 D | ops-common.h | 619 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 D | mstats.c | 35 result.bytes_total = (char *) (*__morecore) (0) - _heapbase; in mstats()
|
| H A D | malloc.h | 269 __malloc_size_t bytes_total; /* Total size of the heap. */ member
|
| H A D | gmalloc.c | 271 __malloc_size_t bytes_total; /* Total size of the heap. */ member
|