aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/bumpptr.py
blob: f95a884542407a21a0dd67e2af0c68c236c0b6ca (plain)
1
2
3
4
import os
from src.allocator import Allocator, builddir

bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(builddir, "bumpptr_alloc.so"), color="xkcd:black")