LLVM: llvm::sys::fs::space_info Struct Reference (original) (raw)
space_info - Self explanatory. More...
#include "[llvm/Support/FileSystem.h](FileSystem%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| uint64_t | capacity |
| uint64_t | free |
| uint64_t | available |
Detailed Description
space_info - Self explanatory.
Definition at line 76 of file FileSystem.h.
Member Data Documentation
◆ available
uint64_t llvm::sys::fs::space_info::available
Definition at line 79 of file FileSystem.h.
◆ capacity
uint64_t llvm::sys::fs::space_info::capacity
Definition at line 77 of file FileSystem.h.
◆ free
uint64_t llvm::sys::fs::space_info::free
Definition at line 78 of file FileSystem.h.
Referenced by llvm::pruneCache().
The documentation for this struct was generated from the following file:
- include/llvm/Support/FileSystem.h