MCPcopy Index your code
hub / github.com/questdb/questdb / munmap0

Method munmap0

core/src/main/java/io/questdb/std/Files.java:792–792  ·  view source on GitHub ↗
(long address, long len)

Source from the content-addressed store, hash-verified

790 static native long mremap0(int fd, long address, long previousSize, long newSize, long offset, int flags);
791
792 static native int munmap0(long address, long len);
793
794 native static int openRO(long lpszName);
795

Callers 2

munmapTaskConsumerMethod · 0.95
unmap0Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected