Home
last modified time | relevance | path

Searched refs:dlmalloc (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/examples/min-platform/embedding/src/
H A Dallocator.rs23 use dlmalloc::Dlmalloc;
27 dlmalloc: Mutex::new(Dlmalloc::new_with_allocator(MyAllocator)),
31 dlmalloc: Mutex<Dlmalloc<MyAllocator>>, field
39 self.dlmalloc in alloc()
48 self.dlmalloc in alloc_zeroed()
57 self.dlmalloc in realloc()
66 self.dlmalloc in dealloc()
83 unsafe impl dlmalloc::Allocator for MyAllocator {
/wasmtime-44.0.1/examples/min-platform/embedding/
H A DCargo.toml21 dlmalloc = "0.2.4"
/wasmtime-44.0.1/
H A DCargo.lock1183 name = "dlmalloc"
1237 "dlmalloc",
/wasmtime-44.0.1/supply-chain/
H A Dimports.lock1287 [[publisher.dlmalloc]]
H A Daudits.toml6825 [[trusted.dlmalloc]]