oneTBB icon indicating copy to clipboard operation
oneTBB copied to clipboard

Use mallinfo2 API where possible

Open kraj opened this issue 3 years ago • 1 comments

glibc 2.33+ has introduced this API and actively deprecated the old mallinfo API, therefore it will be prudent to enquire the platform for what it can support and conditionalize the code accordingly with preference to use mallinfo2 if available.

Signed-off-by: Khem Raj [email protected]

kraj avatar Jun 08 '21 18:06 kraj

@kraj, friendly reminder

anton-potapov avatar Mar 30 '22 10:03 anton-potapov