diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-03-11 18:04:46 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-03-11 18:04:46 +0000 |
commit | 965cb6384e1d760097e46adf1bbe89a5de778f96 (patch) | |
tree | 781a801a7cb430ba956637f3a98e585e4c95260d /doc/wireshark.pod.template | |
parent | 48d769db85324ba95db8d8dee1b3ddc21a2d98bd (diff) | |
download | wireshark-965cb6384e1d760097e46adf1bbe89a5de778f96.tar.gz wireshark-965cb6384e1d760097e46adf1bbe89a5de778f96.tar.bz2 wireshark-965cb6384e1d760097e46adf1bbe89a5de778f96.zip |
Followup to r48218: remove documentation of the WIRESHARK_DEBUG_USE_SLICES environment variable.
svn path=/trunk/; revision=48249
Diffstat (limited to 'doc/wireshark.pod.template')
-rw-r--r-- | doc/wireshark.pod.template | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template index f552fec87a..c356e2e55b 100644 --- a/doc/wireshark.pod.template +++ b/doc/wireshark.pod.template @@ -2735,12 +2735,6 @@ per-file memory is initialized to 0xBADDCAFE when the memory is allocated and is reset to 0xDEADBEEF when the memory is freed. This functionality is useful mainly to developers looking for bugs in the way memory is handled. -=item WIRESHARK_DEBUG_USE_SLICES - -Exporting this environment variable causes slab allocations to be done using -glib's g_slice routines. This, combined with glib's G_SLICE=always-malloc -setting, can help developers looking for bugs in the way memory is handled. - =item WIRESHARK_RUN_FROM_BUILD_DIRECTORY This environment variable causes the plugins and other data files to be loaded |