GitHub - UTSASRG/Guarder (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

UTSASRG / Guarder Public

13 stars 4 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory5 Commits
rng rng
Makefile Makefile
README.md README.md
bibopheap.hh bibopheap.hh
bigheap.hh bigheap.hh
dlist.h dlist.h
errmsg.hh errmsg.hh
hashfuncs.hh hashfuncs.hh
hashheapallocator.hh hashheapallocator.hh
hashmap.hh hashmap.hh
libguarder.cpp libguarder.cpp
list.hh list.hh
log.hh log.hh
mm.hh mm.hh
mylist.hh mylist.hh
real.cpp real.cpp
real.hh real.hh
slist.h slist.h
threadstruct.hh threadstruct.hh
xdefines.hh xdefines.hh
xthread.cpp xthread.cpp
xthread.hh xthread.hh

Repository files navigation

Guarder

Compilation

Simply use make clean; make to compile the allocator. This will produce a DSO named libguarder.so which may then be linked to applications at compile-time using the -rdynamic /path/to/libguarder.so flag.

To link to an existing, pre-compiled application, utilize the LD_PRELOAD environment variable when executing the program. For example: $ LD_PRELOAD=/path/to/libguarder.so ./program-to-run.

About

No description, website, or topics provided.

Resources

Readme

Activity

Custom properties

Stars

13 stars

Watchers

6 watching

Forks

4 forks

Report repository

Releases

No releases published

Packages

No packages published

Contributors2

Languages