andrestc / linux-progLinks
Some C code i write to study systems programming (while reading The Linux Programming Interface)
☆45Updated 8 years ago
Alternatives and similar repositories for linux-prog
Users that are interested in linux-prog are comparing it to the libraries listed below
Sorting:
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- Memory access tracing QEMU☆99Updated 8 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆90Updated 3 years ago
- Userspace eBPF VM (main repo is https://github.com/iovisor/ubpf)☆101Updated 3 years ago
- POSIX-like scalable multicore research OS kernel☆197Updated 5 years ago
- A minimalistic QEMU and libvirt environment used to generate test VMs.☆33Updated this week
- A quick tutorial on how to implement malloc/free/calloc/realloc☆175Updated 6 years ago
- libperf is a library that wraps around the syscall perf_event_open(). This library exposes the kernel performance counters subsystem to …☆55Updated 4 years ago
- Function tracer for gcc☆35Updated 8 years ago
- Enhanced Valgrind for Persistent Memory☆113Updated last year
- A tiny Unix dynamic memory allocator library.☆62Updated 8 years ago
- Latency benchmarks of Unix IPC mechanisms☆100Updated 3 months ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- Tiny system call tracer and debugger☆109Updated 7 years ago
- Draw the traces of OS(Linux, xv6, ...) kernel functions in a graph and link graph nodes to the source codes☆35Updated 7 years ago
- c2c blog: A perf enhancement to detect false cachline sharing.☆40Updated 11 months ago
- aufs - simple Linux kernel file system for os course☆104Updated 8 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Shared memory queue benchmarks and tracing for blog☆80Updated 9 years ago
- Sample usage of the new memfd_create(2) Linux system call.☆88Updated 5 years ago
- Small implementation in C of a slab allocator in user space☆40Updated last year
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆76Updated 4 years ago
- timing wheel implementation☆14Updated 13 years ago
- Early (now outdated) examples. Use PMDK instead.☆58Updated 10 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 4 years ago
- C11 Lock-free Stack☆184Updated last year
- rcu example of linux kernel. tag : rcu, list rcu, linux kernel rcu, kernel rcu, read copy update, rcu example☆34Updated 3 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- ☆33Updated 7 years ago
- C implementation of the Hazard-Pointers memory manager☆17Updated 11 years ago