guarded-allocation: Memory allocation with added stress tests and integrity checks
Provide adaptions of mallocForeignPtrArray
and allocaArray
that add stress tests and integrity checks.
There are three modules:
Guarded.Plain
: exports the original allocation routinesGuarded.Debug
: exports allocation routines that add stress and checksGuarded
: exports eitherGuarded.Plain
orGuarded.Debug
depending on the Cabaldebug
flag.
It is intended that you always import the Guarded
module in user code
and install a package version with enabled debug flag
to a custom package database for debugging.
If you compile your user program you can choose production or debugging mode
by choosing the default or the custom debugging package database,
respectively.
This package is inspired by the famous Amiga debug tool MungWall. The Linux counterpart is Electric Fence.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
debug | Add stress tests and integrity checks to allocations | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- guarded-allocation-0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0, 0.0.1 |
---|---|
Dependencies | base (>=4.5 && <5) [details] |
Tested with | ghc ==7.4.2, ghc ==7.8.4, ghc ==8.4.3 |
License | BSD-3-Clause |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Category | Debug |
Home page | http://hub.darcs.net/thielema/guarded-allocation/ |
Source repo | this: darcs get http://hub.darcs.net/thielema/guarded-allocation/ --tag 0.1 head: darcs get http://hub.darcs.net/thielema/guarded-allocation/ |
Uploaded | by HenningThielemann at 2018-08-07T10:05:24Z |
Distributions | LTSHaskell:0.0.1, NixOS:0.0.1, Stackage:0.0.1 |
Reverse Dependencies | 5 direct, 22 indirect [details] |
Downloads | 2137 total (20 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-08-07 [all 1 reports] |