All Projects → leebaok → Jemalloc 4.2.1 Readcode

leebaok / Jemalloc 4.2.1 Readcode

Licence: other
annotate the source code of jemalloc 4.2.1

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Jemalloc 4.2.1 Readcode

Yoda
Wise and powerful personal assistant, available in your nearest terminal
Stars: ✭ 674 (+732.1%)
Mutual labels:  learn
Learn Objective C In 24 Days Clone
This project was created with the intention of preservation
Stars: ✭ 54 (-33.33%)
Mutual labels:  learn
Hello World
🙆 Are you a beginner? send your test pull requests here!
Stars: ✭ 70 (-13.58%)
Mutual labels:  learn
Try Django
Learn Django bit by bit in this series
Stars: ✭ 767 (+846.91%)
Mutual labels:  learn
Bacomathiques
Bacomathiques est un petit site web qui contient tout ce dont vous avez besoin pour réviser vos maths en toute tranquillité de la Première à la Terminale ! Que vous cherchiez à passer votre BAC ou que vous souhaitiez simplement réviser votre cours : tout est possible et tout est gratuit.
Stars: ✭ 12 (-85.19%)
Mutual labels:  learn
Llvm 9.0 Learner Tutorial
A blog for LLVM(v9.0.0 or v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM and accomplish a complete project for FPGA High-Level Synthesis with it.
Stars: ✭ 58 (-28.4%)
Mutual labels:  learn
Graphql Editor
📺 Visual Editor & GraphQL IDE. Draw GraphQL schemas using visual 🔷 nodes and explore GraphQL API with beautiful UI. Even 🐒 can do that!
Stars: ✭ 5,485 (+6671.6%)
Mutual labels:  learn
Iblockchain
Learn blockchain by building one in node.js
Stars: ✭ 79 (-2.47%)
Mutual labels:  learn
Hackterms
Hackterms is a crowdsourced dictionary of programming terms
Stars: ✭ 20 (-75.31%)
Mutual labels:  learn
Phoenix Todo List Tutorial
✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.5.3 (latest)
Stars: ✭ 65 (-19.75%)
Mutual labels:  learn
Rust Learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
Stars: ✭ 7,431 (+9074.07%)
Mutual labels:  learn
Tiled
📕TILed is medium to share your day to day learning with the world
Stars: ✭ 25 (-69.14%)
Mutual labels:  learn
Phoenix Ecto Append Only Log Example
📝 A step-by-step example/tutorial showing how to build a Phoenix (Elixir) App where all data is immutable (append only). Precursor to Blockchain, IPFS or Solid!
Stars: ✭ 58 (-28.4%)
Mutual labels:  learn
Cyxtenmindemo
十分钟搭建App框架(OC)KIF自动化测试 与系列Demo博文地址
Stars: ✭ 720 (+788.89%)
Mutual labels:  learn
Community Search
A community-curated repository of 🔥 learning resources
Stars: ✭ 72 (-11.11%)
Mutual labels:  learn
Minic Hosting
A simple stack-based virtual machine that runs C in the browser.
Stars: ✭ 628 (+675.31%)
Mutual labels:  learn
Awesome Python Primer
自学入门 Python 优质中文资源索引,包含 书籍 / 文档 / 视频,适用于 爬虫 / Web / 数据分析 / 机器学习 方向
Stars: ✭ 57 (-29.63%)
Mutual labels:  learn
Sagefy
🔭 Learn anything, adapted for you. Free.
Stars: ✭ 80 (-1.23%)
Mutual labels:  learn
Warriorjs
🏰 An exciting game of programming and Artificial Intelligence
Stars: ✭ 8,673 (+10607.41%)
Mutual labels:  learn
Yaf Php Doc
YAF(Yet Another Framework)源码PHP移植版,同时提供了IDE Helper Doc的能力💡💡💡
Stars: ✭ 58 (-28.4%)
Mutual labels:  learn

jemalloc 源码阅读

by 远牧,2016年7月

jemalloc 是一个高性能的内存分配器,尤其是在多线程的情况下,其性能十分优异,目前已经被用 在多个大型项目中。jemalloc 源码在 https://github.com/jemalloc/jemalloc

本仓库是对 jemalloc-4.2.1 的源码加了注释,并对 jemalloc-4.2.1 的执行流程进行了梳理。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].