Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ as_mut_ptr
Method
as_mut_ptr
nodedb-wal/src/align.rs:161–163 ·
view source on GitHub ↗
Mutable raw pointer to the buffer start.
(&mut self)
Source
from the content-addressed store, hash-verified
159
160
/// Mutable raw pointer to the buffer start.
161
pub fn as_mut_ptr(&mut self) -> *mut u8 {
162
self.ptr
163
}
164
}
165
166
impl Drop for AlignedBuf {
Callers
15
from_bytes
Method · 0.45
recover_record
Method · 0.45
zero_tail
Function · 0.45
new
Method · 0.45
drop
Method · 0.45
mlock_graceful_on_linux
Function · 0.45
unpack_sse2
Function · 0.45
unpack_neon
Function · 0.45
tpc_event_loop
Function · 0.45
avx512_sum_i64_inner
Function · 0.45
avx512_min_i64_inner
Function · 0.45
avx512_max_i64_inner
Function · 0.45
Calls
no outgoing calls
Tested by
1
tpc_event_loop
Function · 0.36