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 10 years ago
- Function tracer for gcc☆35Updated 9 years ago
- Memory access tracing QEMU☆99Updated 9 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆176Updated 6 years ago
- Latency benchmarks of Unix IPC mechanisms☆100Updated 4 months ago
- c2c blog: A perf enhancement to detect false cachline sharing.☆40Updated last year
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆90Updated 4 years ago
- POSIX-like scalable multicore research OS kernel☆197Updated 5 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆76Updated 4 years ago
- Userspace eBPF VM (main repo is https://github.com/iovisor/ubpf)☆101Updated 3 years ago
- C11 Lock-free Stack☆184Updated last year
- Red-black tree C implementation☆37Updated 7 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- rcu example of linux kernel. tag : rcu, list rcu, linux kernel rcu, kernel rcu, read copy update, rcu example☆34Updated 3 years ago
- A minimalistic QEMU and libvirt environment used to generate test VMs.☆33Updated 3 weeks ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆57Updated 5 years ago
- Enhanced Valgrind for Persistent Memory☆113Updated last year
- Implementing coroutines, channels, message passing, etc.☆134Updated 4 years ago
- C implementation of the Hazard-Pointers memory manager☆17Updated 11 years ago
- ISA-L and intel-ipsec-mb obsolete soft-crc project. Please refer and use them instead for efficient CRC implementation. https://github.co…☆56Updated last year
- A library which implements a couple of famous binary search trees.☆166Updated 3 years ago
- Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386☆208Updated 3 weeks ago
- a fast fixed size block allocator☆20Updated 10 years ago
- Tiny system call tracer and debugger☆110Updated 7 years ago
- Programatically obtain information about the pages backing a given memory region☆82Updated 4 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
- Micro-benchmarking library for C and C++ with PMU counters tracking☆63Updated 3 months ago
- Record "perf" performance metrics for individual functions/regions of an ELF binary.☆81Updated 2 years ago
- Lock-free slab allocator / freelist.☆72Updated 10 years ago
- Small implementation in C of a slab allocator in user space☆41Updated last year