Skip to content

Implementation of slotted page structure for heap files

Notifications You must be signed in to change notification settings

idj97/heap_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Topics

Resources

Stars

Watchers

Forks