Showing 25 open source projects for "c memory allocator"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    Objeck

    Objeck

    Simple ⇒ Object-Oriented ⇒ Functional

    Objeck is an object-oriented programming language with functional features. Objeck emphasizes, expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, and command line debugger with IDE plugins.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    Lnkdlst

    Single sided linked list (kind of lib with test-code, C, C++ and java)

    ... and chronological order. Use malloc{slower-but-easy} or fix (static) memory. - OAList01: Object-Kind of a predefined pre-reserved List with X Elements (with constant user-data size), with secur modify functions and option to use locks (POSIX: mutex). Supporting a BusyList and a IdleList for easy build of e.g. a FIFO without need of much time for mem-allocation. - Release-Notes see uws-Lnkdlst-readme.txt in the tar.gz file(s) and in „Files“.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    geeny

    scriptable game engine with built-in support for 2D graphics and sound

    Geeny is a scriptable game engine with built-in support for 2D graphics and sound. The scripting language is object oriented, high performance is attainable by using vector and array operations. Win32 C++, full portability planned in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    JILRuntime/JewelScript

    An object-oriented script language to embed in any application

    A general purpose, object-oriented script language that compiles into code for a register based virtual machine. The language is quite similar to object-oriented high-level languages like Java and C#. The library is entirely self-sufficient and ANSI C compliant. It's main purpose is to be embedded in any application to allow automation of that application through scripting. An integrated C++ binding code generator allows you to create bindings for your application's classes in seconds...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    hext

    hext

    Extensible binary and text editor.

    Heavily extensible (via plugins) editor of text and binary data from files and memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    UDatCtrl

    Small C++ lib includes container types with auto memory management

    My purpose is to create relatively small but functional library, that implements commonly used data structures like smart pointers, arrays and matrices. These classes should (if it's possible) look like 'normal' pointers or arrays but also should realize simple memory managemnets with reference counting and some additional functionality. I'm going to create lite-weight and handy interface for some scientific and engineering calculations instead of some monsters like MATLAB or etc. I'm...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ODO is: 1) Real-Time ORM; 2) Real-Time DBMS like TimesTen; 3) Real-Time Grid like Coherence; with deep integration ORM+DBMS+Grid; Last News: ODO Becomes Commercial and public project was frozen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    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
  • Auth0 Free: 25K MAUs + 5-Min Setup Icon
    Auth0 Free: 25K MAUs + 5-Min Setup

    Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

    Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
    Get Your API Keys
  • 10
    Cola is a simple, weak-typed, object-oriented scripting language and execution library. Easy to learn, easy to implement, easy to read, can be dropped in to practically anything, and carries a very small memory footprint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Intend C is a light-weight scripting language for linux. The language uses a syntax and library similar to that of ANSI C, but adds automatic memory management, pseudo-classes and runtime polymorphism on top of that. It is an evolution of Arena language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Easy To Use Collection Classes For C And C++ The Memory Structures Library (MemSL) has implementations of structures (i.e. AVL trees, threaded trees, dynamic hashing, ...) that are extremely hard to find and far harder to implement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A LGPL library to handle xml documents in a DOM-like style. It's designed for LOW-performance systems (like embedded ones) and for lightly handle very large documents, automatically speeding up memory management in a user tunable style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A lightweight, nice-looking logger for C++. Provides possibility for (colorized) console output, logging to datafile or into a ringbuffer in memory. Sources are well documented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project is unmaintaned and obsolete. For caching in .NET, refer to System.Runtime.Caching built-in library. https://docs.microsoft.com/en-us/dotnet/framework/performance/caching-in-net-framework-applications Original description: An object cache for .NET, allowing in-memory storage of arbitrary objects tospeed up network or disk access. Developers can specify an absolute expiration for objects or a maximum age that is refreshed at each access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    Sooc is a C library that enables developers to write object-oriented programs in C. Sooc (Simple Object-Oriented C) comes with useful stream and collection classes and provides mechanisms for memory management, exceptions and, with pthreads, threading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GeMS++ (Generic Memory Structures for C++) is a foundation class library providing object persistence, memory management, event mechanisms, undo/redo, and basic collection classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Base C++ library included own: reflection, memory management, xml-serialization, strings, containers, files and directory operations. The idea is to join java-style and C++ memory-management. (tested with http://sourceforge.net/projects/izh-test/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CRel is an object relational data store for C programs. Based on a structure data specification in XML or autogen, it generates code to store and access the data object. It supports indexing, constraints, memory management and serialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    hippocampus

    shared memory object server database

    ... to implementation the engine with C as it is a commonly known language and it has a good support of the linux's shared memory. I have already done an encouraging poc with C and mmap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple Portable Memory Management (SPMM) is a small, easy to integrate memory management library for C++. The library emphasizes simplicity of use and implementation while guaranteeing leak free program execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    QUdev Library is a Qt4 C++ wrapper to the libudev C API calls. It's easy to use and automatically manages with memory allocated by udev C calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A comfortable object oriented wrapper for Xerces-C++ with simple and automatic memory management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project implements a set class. It is aimed at those who consider the following to be of importance: - Values in the set are, to a high extent, consecutive numbers - Memory footprint is an issue - Small updates to a large set must be efficient
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next