-
Notifications
You must be signed in to change notification settings - Fork 0
idj97/heap_page
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Heap page ========= Implementation of slotted page structure variant typlically used in heap files. Tools ===== - gcc - gcov - lcov - valgrind Make targets ============ - test: run tests - coverage: run tests with code coverage - coverage_report: generate HTML code coverage report - valgrind: run tests with valgrind analysis - clean: clean output binaries
About
Implementation of slotted page structure for heap files