mallocng ¤
Commands that help with debugging musl's allocator, mallocng.
Functions:
-
mallocng_explain
– -
dump_group
– -
dump_meta
– -
dump_slot
– -
mallocng_slot_user
– -
mallocng_slot_start
– -
mallocng_meta
– -
mallocng_group
– -
mallocng_find
–
Attributes:
-
parser
–
parser module-attribute
¤
parser = ArgumentParser(
description="\nFind slot which contains the given address.\n\nReturns the `start` of the slot. We say a slot 'contains'\nan address if the address is in [start, start + stride).\n "
)
mallocng_find ¤
mallocng_find(
address: int,
all: bool = False,
metadata: bool = False,
shallow: bool = False,
) -> None