These functions are useful for code that wants to get sizes for a
malloc type.
Sponsored by: Juniper Networks, Inc.
Differential D45282
Move malloc_large_slab and malloc_large_size to malloc.h kvinupriya_gmail.com on May 21 2024, 4:30 AM. Authored by Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions
This is perhaps addressed by commit 1c30cf95098e999ee24b2396763b4f65d021cdf0? Comment Actions Potentially yes, depending on the details of what you are doing. In any case, this patch is probably not the right way to go. If there is some missing malloc(9) interface, we should add it rather than exposing implementation details. |