Giter VIP home page Giter VIP logo

Comments (5)

ordian avatar ordian commented on August 18, 2024 1

There are rust bindings https://github.com/gnzlbg/mimallocator already

from parity-common.

cheme avatar cheme commented on August 18, 2024 1

Note that mimallocator-sys does not include 'mi_usable_size' that could be use for malloc_size_of, but that is not a big change to do.

from parity-common.

dvdplm avatar dvdplm commented on August 18, 2024

mimallocator-sys does not include 'mi_usable_size'

Maybe file an issue with them?

from parity-common.

cheme avatar cheme commented on August 18, 2024

Not sure until we use it actually (or not).
The change is a single line addition but still.

diff --git a/mimalloc-sys/src/lib.rs b/mimalloc-sys/src/lib.rs
index 43401ae..b86c058 100644
--- a/mimalloc-sys/src/lib.rs
+++ b/mimalloc-sys/src/lib.rs
@@ -12,5 +12,6 @@ extern "C" {
     pub fn mi_realloc(p: *mut c_void, newsize: size_t) -> *mut c_void;
     pub fn mi_realloc_aligned(p: *mut c_void, newsize: size_t, alignment: size_t) -> *mut c_void;
 
+    pub fn mi_usable_size(p: *mut c_void) -> size_t;
     pub fn mi_free(p: *mut c_void);
 }

Edit: in fact it require some use test too.

from parity-common.

dvdplm avatar dvdplm commented on August 18, 2024

Not sure until we use it actually (or not).

I'm sure they'd be happy to consider a PR. Looks like it's a simple oversight on their part. :)

from parity-common.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.