jemalloc ¤
Functions:
Attributes:
-
parser– -
subparsers– -
heap_parser– -
info_parser– -
find_parser–
parser module-attribute ¤
heap_parser module-attribute ¤
heap_parser = add_parser(
"heap",
description="Prints all extents information",
help="Prints all extents information",
)
info_parser module-attribute ¤
info_parser = add_parser(
"extent-info",
description="Prints extent information for the given address",
help="Prints extent information for the given address",
)
find_parser module-attribute ¤
find_parser = add_parser(
"find-extent",
description="Returns extent information for pointer address allocated by jemalloc",
help="Returns extent information for pointer address allocated by jemalloc",
)