index
:
drumgizmo.git
097_lineedit_fix
about-rework
alsamidi
cc-note-midimap
configfile_refactor
coreaudio
corrados_fix_alsamidi
corrados_integrate_logpower
cpp14
curve_map
curve_map_midimap
develop
distance
distance_openness
doubletriggerfilter
edrumulus
event_cleanup
feature/oss-midi
hidpi
int_ui
lint
master
metadata_v1
metadata_v1_fix
midi-refactor
no_gui_also_with_broken_gui_if_enabled
normalised_scaled_fix
note-off
openness
openness_dev
powermap_feature_ui
rotating_knobs
scale_kit_image
stereo
studio-on-fix
the-marlboro-man-experimental
The DrumGizmo virtual drummer project.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
memchecker.cc
Age
Commit message (
Collapse
)
Author
2018-06-16
Port the rest of the unittests to DGUnit and remove the CppUnit dependency.
Bent Bisballe Nyeng
2017-05-17
Fix memchecker issue found by coverity scan.
André Nusser
2017-01-03
Add MemChecker implementation for FreeBSD.
Bent Bisballe Nyeng
2016-07-16
Memchecker code for OS X.
André Nusser
2016-05-26
Instrument Vector using UniquePtr
Christian Glöckner
2016-05-21
Experimental new platform detection code used in memchecker.
Bent Bisballe Nyeng
2016-03-22
Change license to LGPLv3.
André Nusser
2016-02-14
Change GPL version number in file headers to 3.
André Nusser
2016-02-09
Fix two valgrind errors and mark three others with a TODO comment.
André Nusser
2016-02-09
Work in deva's critique. This branch should now be ready for merge.
André Nusser
2016-02-09
Implement memchecker to ensure a drumkit fits into RAM.
André Nusser
It's a class that can calculate the available free RAM (or rather a rough estimation of it) and the size of the drumkit when loaded into RAM and provides a plugic method to check if the drumkit then fits into RAM.