1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-26 05:42:34 +03:00
Files
apache/docs/manual/developer/index.html
David Reid b4dfc95a12 First pass at documentation for the debugging options in APR's
memory allocation.  Mainly just the comments from apr_pools.c.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85608 13f79535-47bb-0310-9956-ffa450edef68
2000-06-18 10:41:32 +00:00

21 lines
628 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Apache-2.0 Developer Documentation</title>
</head>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#000080"
ALINK="#FF0000"
>
<h2 align="center">Developer Documentation for Apache-2.0</h2>
<p><a href="hooks.html">Apache Hook Functions</a></p>
<p><a href="modules.html">Converting Apache 1.3 Modules to Apache 2.0</a></p>
<p><a href="../mpm.html">MPM listing</a></p>
<p><a href="debugging.html">Debugging Memory Allocation in APR</a></p>
</body>
</html>