oneTBB
oneTBB copied to clipboard
Use mallinfo2 API where possible
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, friendly reminder