Home
last modified time | relevance | path

Searched refs:bytes_free (Results 1 – 7 of 7) sorted by relevance

/netbsd/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()
553 if (bytes_free.QuadPart != 0) in _GLIBCXX_VISIBILITY()
554 free = bytes_free.QuadPart; in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h589 ULARGE_INTEGER bytes_avail = {}, bytes_total = {}, bytes_free = {}; in _GLIBCXX_VISIBILITY()
590 if (GetDiskFreeSpaceExW(pathname, &bytes_avail, &bytes_total, &bytes_free)) in _GLIBCXX_VISIBILITY()
594 if (bytes_free.QuadPart != 0) in _GLIBCXX_VISIBILITY()
595 free = bytes_free.QuadPart; in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl2/libmalloc/dist/
H A Dmstats.c39 result.bytes_free = _bytes_free; in mstats()
H A Dmalloc.h273 __malloc_size_t bytes_free; /* Byte total of chunks in the free list. */ member
H A Dgmalloc.c275 __malloc_size_t bytes_free; /* Byte total of chunks in the free list. */ member
/netbsd/usr.sbin/fstyp/
H A Dhammer_disk.h451 int32_t bytes_free; /* bytes free within this big-block */ member
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200447657 (struct page_entry): Remove bytes_free.
47664 (alloc_small_page): Don't care about bytes_free anymore.
47671 bytes_free.
47672 (ggc_collect): No longer need to reincrement bytes_free.