()
| 110 | } |
| 111 | |
| 112 | func CachedMemory() (current int, allowed int, err error) { |
| 113 | return getSizetSizet(C.GIT_OPT_GET_CACHED_MEMORY) |
| 114 | } |
| 115 | |
| 116 | // deprecated: You should use `CachedMemory()` instead. |
| 117 | func GetCachedMemory() (current int, allowed int, err error) { |
searching dependent graphs…