Page MenuHomeFreeBSD

memalign(3)
ClosedPublic

Authored by kib on Apr 5 2020, 11:32 PM.
Tags
None
Referenced Files
F147587209: D24307.id.diff
Thu, Mar 12, 3:29 AM
F147551704: D24307.id.diff
Wed, Mar 11, 8:19 PM
Unknown Object (File)
Fri, Mar 6, 12:33 PM
Unknown Object (File)
Fri, Mar 6, 3:52 AM
Unknown Object (File)
Wed, Mar 4, 1:58 PM
Unknown Object (File)
Wed, Mar 4, 5:14 AM
Unknown Object (File)
Wed, Mar 4, 2:19 AM
Unknown Object (File)
Tue, Mar 3, 1:24 PM

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 31050

Event Timeline

kib added inline comments.
include/stdlib.h
242 ↗(On Diff #70240)

This can be moved to malloc.h when the D24297 lands.

Landing it like this, or with memalign moved to malloc.h to avoid new namespace pollution are both good, but if I had my choice, I'd do the latter.

This revision is now accepted and ready to land.Apr 6 2020, 5:26 PM
kib added a subscriber: jbeich.

Move memalign(3) proto to malloc.h (really malloc_np.h).

This revision now requires review to proceed.May 12 2020, 6:25 PM
emaste added inline comments.
lib/libc/gen/memalign.c
5–6

This could omit the "Portions of" -- just "This software was..."

This revision is now accepted and ready to land.May 14 2020, 6:23 PM
This revision was automatically updated to reflect the committed changes.