MCPcopy 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
166impl Drop for AlignedBuf {

Callers 15

from_bytesMethod · 0.45
recover_recordMethod · 0.45
zero_tailFunction · 0.45
newMethod · 0.45
dropMethod · 0.45
mlock_graceful_on_linuxFunction · 0.45
unpack_sse2Function · 0.45
unpack_neonFunction · 0.45
tpc_event_loopFunction · 0.45
avx512_sum_i64_innerFunction · 0.45
avx512_min_i64_innerFunction · 0.45
avx512_max_i64_innerFunction · 0.45

Calls

no outgoing calls

Tested by 1

tpc_event_loopFunction · 0.36