Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/questdb/questdb
/ allocate
Method
allocate
core/src/main/java/io/questdb/std/Files.java:97–99 ·
view source on GitHub ↗
(long fd, long size)
Source
from the content-addressed store, hash-verified
95
}
96
97
public
static
boolean allocate(long fd, long size) {
98
return
allocate(toOsFd(fd), size);
99
}
100
101
public
static
long append(long fd, long address, long len) {
102
return
append(toOsFd(fd), address, len);
Callers
8
testAllocate
Method · 0.95
testAllocateLoop
Method · 0.95
testFailsToAllocateWhenNotEnoughSpace
Method · 0.95
testMmapInvalid
Method · 0.95
testMremapInvalid
Method · 0.95
testMunmapInvalidZeroLength
Method · 0.95
testAutoDelete
Method · 0.95
allocate
Method · 0.95
Calls
1
toOsFd
Method · 0.95
Tested by
7
testAllocate
Method · 0.76
testAllocateLoop
Method · 0.76
testFailsToAllocateWhenNotEnoughSpace
Method · 0.76
testMmapInvalid
Method · 0.76
testMremapInvalid
Method · 0.76
testMunmapInvalidZeroLength
Method · 0.76
testAutoDelete
Method · 0.76