87 lines
1.5 KiB
Markdown
87 lines
1.5 KiB
Markdown
# module dlmalloc
|
|
|
|
|
|
## Contents
|
|
- [Constants](#Constants)
|
|
- [calloc](#calloc)
|
|
- [free](#free)
|
|
- [get_system_allocator](#get_system_allocator)
|
|
- [malloc](#malloc)
|
|
- [memalign](#memalign)
|
|
- [new](#new)
|
|
- [realloc](#realloc)
|
|
- [Map_flags](#Map_flags)
|
|
- [Mm_prot](#Mm_prot)
|
|
- [Allocator](#Allocator)
|
|
- [Dlmalloc](#Dlmalloc)
|
|
- [calloc_must_clear](#calloc_must_clear)
|
|
- [calloc](#calloc)
|
|
- [free_](#free_)
|
|
- [malloc](#malloc)
|
|
- [realloc](#realloc)
|
|
- [memalign](#memalign)
|
|
|
|
## Constants
|
|
[[Return to contents]](#Contents)
|
|
|
|
[[Return to contents]](#Contents)
|
|
|
|
[[Return to contents]](#Contents)
|
|
|
|
[[Return to contents]](#Contents)
|
|
|
|
[[Return to contents]](#Contents)
|
|
|
|
## calloc
|
|
[[Return to contents]](#Contents)
|
|
|
|
## free
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_system_allocator
|
|
[[Return to contents]](#Contents)
|
|
|
|
## malloc
|
|
[[Return to contents]](#Contents)
|
|
|
|
## memalign
|
|
[[Return to contents]](#Contents)
|
|
|
|
## new
|
|
[[Return to contents]](#Contents)
|
|
|
|
## realloc
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Map_flags
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Mm_prot
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Allocator
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Dlmalloc
|
|
[[Return to contents]](#Contents)
|
|
|
|
## calloc_must_clear
|
|
[[Return to contents]](#Contents)
|
|
|
|
## calloc
|
|
[[Return to contents]](#Contents)
|
|
|
|
## free_
|
|
[[Return to contents]](#Contents)
|
|
|
|
## malloc
|
|
[[Return to contents]](#Contents)
|
|
|
|
## realloc
|
|
[[Return to contents]](#Contents)
|
|
|
|
## memalign
|
|
[[Return to contents]](#Contents)
|
|
|
|
#### Powered by vdoc. Generated on: 7 Feb 2025 12:06:55
|