23 lines
599 B
XML
23 lines
599 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY igraph "igraph">
|
|
]>
|
|
|
|
<chapter id="igraph-Memory">
|
|
<title>Memory (de)allocation</title>
|
|
|
|
<section id="about-alloc-funcs">
|
|
<!-- doxrox-include about_alloc_funcs -->
|
|
</section>
|
|
|
|
<section id="available-alloc-funcs">
|
|
<title>Available allocation functions</title>
|
|
<!-- doxrox-include igraph_malloc -->
|
|
<!-- doxrox-include igraph_calloc -->
|
|
<!-- doxrox-include igraph_realloc -->
|
|
<!-- doxrox-include igraph_free -->
|
|
</section>
|
|
|
|
</chapter>
|