release-1.10
Last change
on this file was
7dcef03,
checked in by Anders Kaseorg <andersk@mit.edu>, 11 years ago
|
Use the Glib slice allocator for fixed-size objects
The slice allocator, available since GLib 2.10, is more
space-efficient than [g_]malloc. Since BarnOwl is obviously at the
leading edge of space-efficient technology, this seems like a natural
fit. Use it for every fixed-size object except
owl_viewwin_search_data (which would need an extra destroy_cbdata
function to g_slice_free it).
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
-
Property mode set to
100755
|
File size:
118 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | export G_SLICE=debug-blocks |
---|
3 | exec env HARNESS_PERL=./tester prove --failures "${srcdir:=$(dirname "$0")}/t/" |
---|
Note: See
TracBrowser
for help on using the repository browser.