added fixed-size block allocator
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
/** @page cmn COMMON FUNCTIONS
|
||||
|
||||
@section xma MEMORY ALLOCATOR
|
||||
QSE provides a memory allocator #qse_xma_t for private heap management.
|
||||
- QSE provides a memory allocator #qse_xma_t for private heap management.
|
||||
- QSE provides a fixed-size block memory allocator #qse_fma_t.
|
||||
|
||||
@section rex REGULAR EXPRESSION
|
||||
QSE provides a regular expression processor #qse_rex_t.
|
||||
|
@ -92,9 +92,11 @@ foundation for other modules. Specialized functions and data structures are
|
||||
organized to dedicated modules. See relevant subpages for more information
|
||||
on each module.
|
||||
|
||||
- @subpage cmn "Common Functions"
|
||||
- @subpage awk "AWK Interpreter"
|
||||
- @subpage cut "CUT Text Cutter"
|
||||
- @subpage sed "SED Stream Editor"
|
||||
- @subpage cmn "Common Functions"
|
||||
-# xma.h variable-size block memory allocator
|
||||
-# fma.h fixed-size block memory allocator
|
||||
- @subpage awk "AWK Interpreter"
|
||||
- @subpage cut "CUT Text Cutter"
|
||||
- @subpage sed "SED Stream Editor"
|
||||
|
||||
*/
|
||||
|
Reference in New Issue
Block a user