Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
#

malloc

Here are 410 public repositories matching this topic...

Message passing based allocator

  • UpdatedApr 10, 2025
  • C++

Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.

  • UpdatedApr 17, 2025
  • C

The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

  • UpdatedMar 30, 2025
  • C++

🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!

  • UpdatedDec 5, 2022
  • C

Heap Layers: An Extensible Memory Allocation Infrastructure

  • UpdatedApr 10, 2025
  • C++

Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions

  • UpdatedMar 30, 2025
  • C
o1heap

Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈165 cycles on Cortex M4. There is very little activity because the project is finished and does not require further changes.

  • UpdatedApr 10, 2024
  • C++

Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions

  • UpdatedMay 21, 2024
  • C

Generic manual memory management for golang

  • UpdatedJan 5, 2025
  • Go

HiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。

  • UpdatedApr 21, 2022
  • C

MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.

  • UpdatedApr 1, 2025
  • C++

duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator

  • UpdatedApr 2, 2025
  • C

A hostile memory allocator to make WebAssembly applications more predictable.

  • UpdatedMay 4, 2022
  • Rust

A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of good virtual memory management, at the cost of wasting some memory. It works by globally overriding the new and delete operators.

  • UpdatedJan 12, 2025
  • C++

When storing a value in a Go interface allocates memory on the heap.

  • UpdatedFeb 27, 2022
  • Go

A custom malloc implementation in C explained

  • UpdatedApr 26, 2022
  • C

A library for constructing allocators and memory pools. It also contains broadly useful abstractions and utilities for memory management. UMF allows users to manage multiple memory pools characterized by different attributes, allowing certain allocation types to be isolated from others and allocated using different hardware resources as required.

  • UpdatedApr 24, 2025
  • C

A lock-free memory allocator

  • UpdatedApr 21, 2025
  • Rust

Improve this page

Add a description, image, and links to themalloc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with themalloc topic, visit your repo's landing page and select "manage topics."

Learn more


[8]ページ先頭

©2009-2025 Movatter.jp