GitHub / rust-osdev/linked-list-allocator issues and pull requests
#86 - Way of extending when there is not enough memory
Issue -
State: open - Opened by ChocolateLoverRaj 10 months ago
#85 - Integer overflow in deallocation
Issue -
State: open - Opened by ede1998 12 months ago
#84 - Implementation of a segmented heap
Pull Request -
State: open - Opened by pantsman0 about 1 year ago
#84 - Implementation of a segmented heap
Pull Request -
State: open - Opened by pantsman0 about 1 year ago
#83 - Support using more than one memory region
Issue -
State: open - Opened by GnomedDev over 1 year ago
#82 - Fix warnings about `cfg(fuzzing)`
Pull Request -
State: closed - Opened by phil-opp over 1 year ago
#82 - Fix warnings about `cfg(fuzzing)`
Pull Request -
State: closed - Opened by phil-opp over 1 year ago
#81 - Remove stabilized feature
Pull Request -
State: closed - Opened by phil-opp over 1 year ago
#80 - fuzz: remove potential undefined behavior in chaos harness
Pull Request -
State: closed - Opened by 00xc about 2 years ago
- 3 comments
#78 - Upgrade http links to https in Cargo.toml
Pull Request -
State: closed - Opened by Benjins-automation over 2 years ago
- 1 comment
#77 - Remove features const_mut_refs and use_spin_nightly
Pull Request -
State: closed - Opened by jannic almost 3 years ago
- 2 comments
#76 - Can't use the crate for the target riscv32i-unknown-none-elf
Issue -
State: open - Opened by 58celep58 almost 3 years ago
- 3 comments
#75 - Address unleaking of heap data causing miri test failures
Pull Request -
State: closed - Opened by jamesmunns about 3 years ago
- 4 comments
#74 - Miri test failure: Stacked Borrow rules violated
Issue -
State: closed - Opened by phil-opp about 3 years ago
- 1 comment
#73 - detect fragmentation when fuzzing
Pull Request -
State: closed - Opened by evanrichter about 3 years ago
#72 - Run new cargo-fuzz job on CI with time limit
Pull Request -
State: closed - Opened by phil-opp about 3 years ago
#71 - Consider regions that lead to very small back paddings as unsuitable
Pull Request -
State: closed - Opened by phil-opp about 3 years ago
- 1 comment
#70 - Deallocation hangs -- regression moving from `0.9.1` to `0.10.*`
Issue -
State: open - Opened by kevinaboos about 3 years ago
- 5 comments
#69 - random action fuzzer
Pull Request -
State: closed - Opened by evanrichter about 3 years ago
- 1 comment
#68 - Fix build on stable by adding missing field in `HoleList` initializer
Pull Request -
State: closed - Opened by phil-opp about 3 years ago
#67 - Fix tests
Pull Request -
State: closed - Opened by phil-opp about 3 years ago
#66 - Memory leak
Issue -
State: closed - Opened by MaderNoob over 3 years ago
- 10 comments
#65 - Release version 0.10.1
Pull Request -
State: closed - Opened by jamesmunns over 3 years ago
- 1 comment
#64 - Fix free logic
Pull Request -
State: closed - Opened by jamesmunns over 3 years ago
- 6 comments
#63 - fix(deallocate_middle): advance to next in try_insert_after
Pull Request -
State: closed - Opened by haraldh over 3 years ago
- 2 comments
#62 - Refactor with Cursor-based API, and passing Miri tests
Pull Request -
State: closed - Opened by jamesmunns over 3 years ago
- 17 comments
#61 - Issues running tests in miri
Issue -
State: closed - Opened by jamesmunns over 3 years ago
- 5 comments
#60 - Allocating for sizes way beyond the heap size seems buggy
Issue -
State: closed - Opened by andre-richter over 3 years ago
- 3 comments
#59 - Compilation fails with rustc 1.60.0-nightly (ee5d8d37b 2022-01-17)
Issue -
State: closed - Opened by deeprobin over 3 years ago
- 1 comment
#58 - [Feature request] Heap canary
Issue -
State: open - Opened by Kazurin-775 over 3 years ago
- 3 comments
Labels: help wanted
#57 - Release extended memory
Issue -
State: open - Opened by Andy-Python-Programmer over 3 years ago
- 1 comment
Labels: help wanted
#56 - Compilation failed with nightly-2021-08-20
Issue -
State: closed - Opened by haowqs over 3 years ago
- 3 comments
#55 - Adds safe constructor and initialization for Heap
Pull Request -
State: closed - Opened by HeroicKatora about 4 years ago
- 4 comments
#54 - merge front/back padding after allocate current hole
Pull Request -
State: closed - Opened by yodalee over 4 years ago
- 6 comments
#53 - Merge padding inside global allocate_first_fit
Issue -
State: closed - Opened by yodalee over 4 years ago
- 1 comment
#52 - `const_fn` weirdness on v0.9.0
Issue -
State: closed - Opened by reinvantveer over 4 years ago
- 5 comments
#51 - Can't see the documentation of this crate on docs.rs
Issue -
State: closed - Opened by toku-sa-n over 4 years ago
- 3 comments
#50 - Update `spinning_top` dependency to `v0.2.3`
Pull Request -
State: closed - Opened by phil-opp over 4 years ago
- 1 comment
#49 - Add new use_spin_nightly feature
Pull Request -
State: closed - Opened by thalesfragoso almost 5 years ago
- 2 comments
#48 - const_mut_refs is forcing spinning_top
Issue -
State: closed - Opened by thalesfragoso almost 5 years ago
#47 - Made hole module public for external uses.
Pull Request -
State: closed - Opened by MarcoCicognani almost 5 years ago
- 7 comments
#46 - Don't require nightly for `use_spin` feature
Pull Request -
State: closed - Opened by phil-opp almost 5 years ago
- 1 comment
#45 - use_spin feature requires nightly. Is this intentional?
Issue -
State: closed - Opened by dylanede almost 5 years ago
- 1 comment
#44 - fix: do not require alloc crate
Pull Request -
State: closed - Opened by haraldh almost 5 years ago
- 3 comments
#43 - feat(stable): Build on stable without features
Pull Request -
State: closed - Opened by haraldh almost 5 years ago
- 3 comments
#42 - fix(alloc_ref): Use new nightly Allocator trait
Pull Request -
State: closed - Opened by haraldh almost 5 years ago
- 1 comment
#41 - Heap::extend_with_region() implementation
Pull Request -
State: closed - Opened by MarcoCicognani about 5 years ago
- 2 comments
#40 - Make HoleList public or make Heap::extend accept non contiguous areas
Issue -
State: closed - Opened by MarcoCicognani about 5 years ago
- 2 comments
#39 - Crate does not compile
Issue -
State: closed - Opened by bugadani about 5 years ago
- 2 comments
#38 - How to provide implementation of libc calloc, free, realloc
Issue -
State: closed - Opened by jiayihu about 5 years ago
- 4 comments
#36 - The `alloc_ref` feature is broken on latest nightly
Issue -
State: closed - Opened by phil-opp about 5 years ago
- 13 comments
Labels: help wanted
#35 - Fix build error
Pull Request -
State: closed - Opened by toku-sa-n about 5 years ago
- 2 comments
#34 - Add a badge to the doc
Pull Request -
State: closed - Opened by toku-sa-n about 5 years ago
- 1 comment
#33 - Update AllocRef implementation for latest API changes
Pull Request -
State: closed - Opened by rafalmiel over 5 years ago
- 1 comment
#32 - Add functions to get used and free heap size
Pull Request -
State: closed - Opened by arjanmels over 5 years ago
- 2 comments
#31 - Prevent writing to heap memory range when size too small
Pull Request -
State: closed - Opened by arjanmels over 5 years ago
- 3 comments
#30 - Update AllocRef implementation for latest API changes
Pull Request -
State: closed - Opened by phil-opp over 5 years ago
- 1 comment
#29 - The alloc_ref feature is currently broken
Issue -
State: closed - Opened by phil-opp over 5 years ago
Labels: help wanted
#28 - AllocRef::alloc is now safe and allows zero-sized allocations
Pull Request -
State: closed - Opened by phil-opp over 5 years ago
- 1 comment
#27 - Make AllocRef implementation optional behind new `alloc_ref` feature
Pull Request -
State: closed - Opened by phil-opp almost 6 years ago
- 1 comment
#26 - Updated to latest alloc API
Pull Request -
State: closed - Opened by zesterer almost 6 years ago
- 2 comments
#25 - Fix build on nightly 1.43.0 (05-03-2020).
Pull Request -
State: closed - Opened by Darksecond almost 6 years ago
- 3 comments
#24 - Unable to build on rust version 1.43.0-nightly
Issue -
State: closed - Opened by luojia65 almost 6 years ago
- 1 comment
#23 - Use new spinning_top crate instead of `spin`
Pull Request -
State: closed - Opened by phil-opp almost 6 years ago
- 1 comment
#22 - Spin is no longer actively maintained (RUSTSEC-2019-0031)
Issue -
State: closed - Opened by gendx almost 6 years ago
- 4 comments
#21 - Version 0.6.6 breaking semver?
Issue -
State: closed - Opened by gendx almost 6 years ago
- 4 comments
#20 - The `Alloc` trait was renamed to `AllocRef`
Pull Request -
State: closed - Opened by phil-opp almost 6 years ago
- 1 comment
#19 - no `Alloc` in `alloc`
Issue -
State: closed - Opened by haraldh almost 6 years ago
- 1 comment
#18 - Align up the Hole initialization address
Pull Request -
State: closed - Opened by tomaka almost 6 years ago
- 4 comments
#17 - Memory usage optimization
Issue -
State: open - Opened by axos88 over 6 years ago
- 5 comments
#16 - extend with "unavailable" space
Issue -
State: closed - Opened by axos88 over 6 years ago
- 5 comments
#15 - Update spin version to 5.0
Pull Request -
State: closed - Opened by rafalmiel over 6 years ago
- 4 comments
#14 - alloc::allocator reexport of alloc::alloc removed; builds failing on latest nightlies
Issue -
State: closed - Opened by barzamin over 7 years ago
- 1 comment
#13 - Update spin dependency.
Pull Request -
State: closed - Opened by dancrossnyc over 7 years ago
- 3 comments
#12 - Update for the latest nightly alloc interface.
Pull Request -
State: closed - Opened by dancrossnyc over 7 years ago
- 3 comments
#11 - Use new nightly GlobalAlloc API
Pull Request -
State: closed - Opened by weclaw1 over 7 years ago
- 6 comments
#10 - no method named `write` found for type `*mut hole::Hole`
Issue -
State: closed - Opened by kyegupov almost 8 years ago
- 1 comment
#9 - Fix use of unstable library feature
Pull Request -
State: closed - Opened by cmontella almost 8 years ago
- 3 comments
#8 - Add a feature to make spin use optional
Pull Request -
State: closed - Opened by pierre-rouanet almost 8 years ago
- 2 comments
#7 - Custom oom handler that calls panic instead of abort
Pull Request -
State: closed - Opened by robert-w-gries almost 8 years ago
- 2 comments
#6 - Update to new nightly API
Pull Request -
State: closed - Opened by jackpot51 over 8 years ago
- 4 comments
#5 - In recent versions, crate depends on alloc
Issue -
State: closed - Opened by Redrield over 8 years ago
- 2 comments
#4 - Use new allocator API
Pull Request -
State: closed - Opened by phil-opp over 8 years ago
- 1 comment
#3 - Make it possible to extend the size of the heap
Pull Request -
State: closed - Opened by rafalmiel over 8 years ago
- 10 comments
#2 - add an initialize method to Heap
Pull Request -
State: closed - Opened by japaric about 9 years ago
- 1 comment
#1 - Increase front_padding to min_size instead of skipping the whole hole
Pull Request -
State: closed - Opened by phil-opp over 9 years ago