History log of /relibc/ralloc/ (Results 1 – 25 of 130)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f9b8c35f04-Jul-2018 Jeremy Soller <jackpot51@gmail.com>

Disable Bookkeeper::check for relibc

afb6221603-Jul-2018 Jeremy Soller <jackpot51@gmail.com>

Merge remote-tracking branch 'origin/bugfixes'

573b77db30-Jun-2018 Tommie Levy <thomas.a.levy@gmail.com>

Memcpy in the new buffer after reallocating the vec

Reserve enough mem that you have enough left over for the next reserve
Disable memtrim, because it breaks the assumption that reserve will not
cha

Memcpy in the new buffer after reallocating the vec

Reserve enough mem that you have enough left over for the next reserve
Disable memtrim, because it breaks the assumption that reserve will not
change the exsting vector contents.

Tests are still hanging on linux. I think our mutex impl may be broken
when under contention.

show more ...

6b7ea16a30-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Merge branch 'revert-7d7e3137' into 'master'

Revert "Added 'oom' lang-item so downstream crates don't complain about missing 'oom' symbol"

See merge request redox-os/ralloc!64

30b7952430-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Revert "Added 'oom' lang-item so downstream crates don't complain about missing 'oom' symbol"

This reverts commit 7d7e3137bb856752c25fe1a3e86d64debbcceee0

7d7e313730-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Added 'oom' lang-item so downstream crates don't complain about missing 'oom' symbol

ad6a0aff23-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Fix another case where #45 would occur

867c809024-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Merge branch 'master' into 'master'

Make sure all tests and benches actually use ralloc as their global allocator

See merge request redox-os/ralloc!63

14e275d823-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Made sure all tests and benches actually use ralloc as their global allocator

311db75822-Jun-2018 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'master' into 'master'

Master

Closes #45

See merge request redox-os/ralloc!62

647a67f922-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Fixed occasional failing of 'partial_realloc'. This is because our bookkeeper's vec gets too cramped and should (theoretically) need resizing

37dbab7222-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Removed a warning when compiling with 'log' feature

0506ba5922-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Apparently we do need to install nightly

6c4ac79122-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Fixed TLS incorrect total_bytes -- #45

92ca1d7321-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Run rustfmt on all files

c90145ab21-Jun-2018 Tom Almeida <tommoa256@gmail.com>

We don't need to try to redownload nightly as rust:latest already contains nightly

6549847221-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Add .gitlab-ci.yml

cccbe11921-Jun-2018 Tom Almeida <tommoa256@gmail.com>

Update implementation for nightly 19/6/2018

2d8d449712-Jun-2018 Jeremy Soller <jackpot51@gmail.com>

Update links to gitlab

25ac80dd20-May-2018 Jeremy Soller <jackpot51@gmail.com>

Merge pull request #61 from ProgVal/sbrk-old-break

Fix sbrk to actually return the *old* break.

0f72163920-May-2018 Valentin Lorentz <progval+git@progval.net>

Fix sbrk to actually return the *old* break.

31b781a204-Mar-2018 Jeremy Soller <jackpot51@gmail.com>

Support Redox

b521bac208-Nov-2017 Jeremy Soller <jackpot51@gmail.com>

Merge pull request #59 from ids1024/latest_rust

Use new allocator API, and otherwise update for new Rust

cda52ae508-Nov-2017 Ian Douglas Scott <ian@iandouglasscott.com>

Make tests compile

cd8d627e08-Nov-2017 Ian Douglas Scott <ian@iandouglasscott.com>

Use new allocator API, and otherwise update for new Rust

- New allocator API
- Remove the "allocator" feature, which should be unnecessary due to how
the new allocator API works
- NonZero no longer

Use new allocator API, and otherwise update for new Rust

- New allocator API
- Remove the "allocator" feature, which should be unnecessary due to how
the new allocator API works
- NonZero no longer implements Deref (https://github.com/rust-lang/rust/pull/41064)
- NonZero::new() returns an Option; use NonZero::new_unchecked()
- Thread locals are no longer 'static (https://github.com/rust-lang/rust/pull/43746)
- Changes to feature flags
- Use unsafe to access extern static (https://github.com/rust-lang/rust/issues/36247)

show more ...

123456