Page MenuHomeFreeBSD

malloc: retire malloc_last_fail
ClosedPublic

Authored by mjg on Nov 9 2020, 12:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 5 2024, 8:19 PM
Unknown Object (File)
Oct 1 2024, 7:10 AM
Unknown Object (File)
Sep 28 2024, 12:40 AM
Unknown Object (File)
Sep 23 2024, 7:40 AM
Unknown Object (File)
Sep 19 2024, 9:53 PM
Unknown Object (File)
Sep 18 2024, 12:19 AM
Unknown Object (File)
Sep 10 2024, 7:04 PM
Unknown Object (File)
Sep 5 2024, 8:49 AM
Subscribers

Details

Summary

The primitive is not very useful as most consumers call malloc with M_WAITOK and plenty of memory comes from zones anyway, finally it only reports a timestamp.

The only consumer is GBDE which phk promised to take care of, this will wait with landing until it happens.

This eliminates a branch and is a minor step towards fast path.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable