aboutsummaryrefslogtreecommitdiff
path: root/documentation/xsde.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/xsde.xhtml')
-rw-r--r--documentation/xsde.xhtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/xsde.xhtml b/documentation/xsde.xhtml
index d758905..859719e 100644
--- a/documentation/xsde.xhtml
+++ b/documentation/xsde.xhtml
@@ -195,6 +195,11 @@
built-in XML Schema types are then mapped to <code><b>long</b></code>
and <code><b>unsigned long</b></code>.</dd>
+ <dt><code><b>--custom-allocator</b></code></dt>
+ <dd>Generate code that performs memory management using custom allocator
+ functions provided by your application instead of the standard
+ operator new/delete.</dd>
+
<dt><code><b>--generate-inline</b></code></dt>
<dd>Generate simple functions inline. This option triggers creation
of the inline file.</dd>