Showing 56 open source projects for "allocator"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1

    B Tree First-Fit malloc()

    B Tree First-Fit Memory Allocator

    BTFF Features O(log n) time with First-Fit behavior, as n is the number of allocated & free blocks. No boundary tag. Separation between payload and bookkeeping meta data. It does not use any free payload area. As of v1.0, payloads are located in data segment area which is acquired by brk(), and bookkeeping meta data are located in separated area which is acquired by mmap(). Small bookkeeping meta data overhead. Applicable to any kind...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Hoard Memory Allocator
    Hoard is a multiprocessor memory allocator that is fast, memory-efficient, and scalable. If you are running multithreaded code on a multiprocessor system, Hoard can dramatically improve your application's performance without any changes to your source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The brownie Libraries is a collection of complementary concepts. The focus lies on the development of new concepts independently from concrete operating systems and programming languages plus providing a wide range of ports for different targets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5

    Concur memory allocator

    An extremely scalable multithreaded drop-in malloc() replacement

    ...More scalable and memory efficient than mtmalloc, ptmalloc, Hoard, etc. Allocations are very fast, with no lock contention and the least memory waste of any other allocator. Concur is optimized especially for applications that make heavy use of memory allocation in a threaded environment, or that just want to make the best use of every ounce of available memory. Just plugs right into your existing application without modification! The new 2.0 update includes a variety of new optimizations to make Concur even more memory efficient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    share mm manager

    https://sourceforge.net/users/chenchuang

    It is a share memory allocator. It can be used for parent and children progress allocate the share memory. In a allocated and fixed-length shared memory, ccmalloc manage the application anddestroy of different size of memory blocks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    An O(1) memory allocator, which may be used to replace malloc. It's very small and very fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A generic implementation of STL containers and some STL algorithms. The main intent is no make this STL implementation to work with any kind of pointers defined by allocator classes, e.g. memory_mgr::offset_ptr.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Micro Heap is memory allocator for embedded systems without virtual memory / paging support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    LIfetime Bound Region Allocator for C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Open source high-level synthesis system developed within the FP7 OSMOSIS project. Includes gcc-based SystemC front-end, database with browsing GUI, scheduler/allocator/binder, and Verilog back-end. (We are under migration to SVN server now)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Application level crossed-platform slab allocator implementation: fixed-allocating-time, automanual give memory back to os, address coloring to reduce bus-unbalance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fuzzy Traffic Shaper as bandwidth allocator based on connection reservation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This was my first attempt at a persistent (disk-based) allocator, but I aimed too high, used too many obscure C++ features and it got away from me. You will need the version of v3c mentioned in configure.ac.in to build it. Like I said, it contains lots of really obscure C++, if you're curious. This project isn't being actively maintained anymore - see it's way-cooler C/C++ replacement here at SourceForge - treedb.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    In all , I want to implement a slab cached memory management in application layer instead of linux kernel layer. That memory mechanism is to serve for one type of object which needs frequently allocating and deallocating.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SHAllocator is C++ STL allocator in SYSTEM V shared memory based on libmm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Multimac is a linux virtual ethernet tap allocator to emulate and use multiple virtual interfaces (with different MAC addresses) on a LAN using a single network adapter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    One approach to constructing fast queues is to construct a mechanism for using shared memory appropriate containers in C++ as templates. There are three main components: the shared segment of memory, an allocator of memory chunks and the queue itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    STLshm provides an C++ STL Allocator implementation for creating and using STL containers (and any other allocator aware types) in shared memory regions. It supports multiple shared region implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OS portable common dynamic / static memory allocator for embedded system. Auto-converge, keep track of free chunks list, first-fit allocating principle. All of these are done by only 4-Byte boundary tag in each chunk - Fast & Minimal Memory Fragmentation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Steel Allocator is a memory allocator. It is principally designed to have a low theoretical bound on memory waste--memory held from the system but not actually in use by the program. Performance and security are also taken into account.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Moved to http://labs.omniti.com/trac/portableumem/ A port of the Solaris libumem memory allocator to other platforms. It provides runtime creation of slabs with per-cpu caching to reduce cpu contention during memory allocation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FifoEmbed: a thread-safe basic queue, packet queue, and FIFO allocator library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A Contiguous Memory Allocator Kernel Module for Linux that can be used for Large Contiguous Memory Allocations exceeding 128k. Uses a custom vmalloc to avoid using the normal vmalloc address space that might be used by others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    STL allocator, implements shared memory allocation (for unix/linux systems). Enables sharing memory between processes, while still using the STL API.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB