Searched refs:bytes_free (Results 1 – 7 of 7) sorted by relevance
/netbsd/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() 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 D | ops-common.h | 589 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 D | mstats.c | 39 result.bytes_free = _bytes_free; in mstats()
|
H A D | malloc.h | 273 __malloc_size_t bytes_free; /* Byte total of chunks in the free list. */ member
|
H A D | gmalloc.c | 275 __malloc_size_t bytes_free; /* Byte total of chunks in the free list. */ member
|
/netbsd/usr.sbin/fstyp/ |
H A D | hammer_disk.h | 451 int32_t bytes_free; /* bytes free within this big-block */ member
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 47657 (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.
|