MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / CoreArrayProvider

Interface CoreArrayProvider

rust/src/rc.rs:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206pub trait CoreArrayProvider {
207 type Raw;
208 type Context;
209 type Wrapped<'a>
210 where
211 Self: 'a;
212}
213
214pub(crate) unsafe trait CoreArrayProviderInner: CoreArrayProvider {
215 unsafe fn free(raw: *mut Self::Raw, count: usize, context: &Self::Context);

Callers

nothing calls this directly

Implementers 15

relocation.rsrust/src/relocation.rs
demangle.rsrust/src/demangle.rs
segment.rsrust/src/segment.rs
type_printer.rsrust/src/type_printer.rs
type_parser.rsrust/src/type_parser.rs
variable.rsrust/src/variable.rs
architecture.rsrust/src/architecture.rs
symbol.rsrust/src/symbol.rs
types.rsrust/src/types.rs
secrets_provider.rsrust/src/secrets_provider.rs
metadata.rsrust/src/metadata.rs
repository.rsrust/src/repository.rs

Calls

no outgoing calls

Tested by

no test coverage detected