##// END OF EJS Templates
revlog: document that mmap resources are released implicitly by GC...
revlog: document that mmap resources are released implicitly by GC It's okay-ish, but currently the open fd and the mapping itself are leaked until the indexdata is deallocated. If revlog had close(), the underlying resources should be closed there as well, but AFAIK there's no such hook point.
Yuya Nishihara -
r41322:00b314c4 default
Show More
Name Size Modified Last Commit Author
/ contrib / docker
apache-server