proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
proxsuite::linalg::veg::mem::Alloc< SystemAlloc > Member List

This is the complete list of members for proxsuite::linalg::veg::mem::Alloc< SystemAlloc >, including all inherited members.

alloc(RefMut< SystemAlloc >, Layout layout) noexcept -> mem::AllocBlockproxsuite::linalg::veg::mem::Alloc< SystemAlloc >inlinestatic
dealloc(RefMut< SystemAlloc >, void *ptr, Layout layout) noexceptproxsuite::linalg::veg::mem::Alloc< SystemAlloc >inlinestatic
grow(RefMut< SystemAlloc > alloc, void *ptr, Layout layout, usize new_size, RelocFn reloc) noexcept -> mem::AllocBlockproxsuite::linalg::veg::mem::Alloc< SystemAlloc >inlinestatic
max_base_alignproxsuite::linalg::veg::mem::Alloc< SystemAlloc >static
realloc(RefMut< SystemAlloc >, void *ptr, Layout layout, usize new_size, usize copy_size, RelocFn reloc) noexcept -> mem::AllocBlockproxsuite::linalg::veg::mem::Alloc< SystemAlloc >inlinestatic
shrink(RefMut< SystemAlloc > alloc, void *ptr, Layout layout, usize new_size, RelocFn reloc) noexcept -> mem::AllocBlockproxsuite::linalg::veg::mem::Alloc< SystemAlloc >inlinestatic
try_grow_in_place(void *, Layout, usize) const noexcept -> boolproxsuite::linalg::veg::mem::Alloc< SystemAlloc >inline