summaryrefslogtreecommitdiff
path: root/include/malloc.h
AgeCommit message (Collapse)Author
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
2020-05-12Make include/malloc.h usable again.Konstantin Belousov
Lot of third-party Linux code uses #include <malloc.h>, expecting to find the malloc extensions there. Instead of trying to fight them, accept that attempt to deprecate the header causes more troubles than solves potential portability issues, and provide our jemalloc extensions. PR: 155429 Reviewed by: imp, jhibbits, dab, hselasky, philip, emaste, jilles Exp-run by: antoine (PR 245366) Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D24297 Notes: svn path=/head/; revision=360984
2001-11-07Traditionally work in the -traditional case.David E. O'Brien
Submitted by: joerg Notes: svn path=/head/; revision=86178
2001-10-25Resume deorbit burn sequence for <malloc.h>. Inspection of my make logsGarrett Wollman
reveals no programs in the standard build which hit the previous warning message. This change will NOT be merged to 4-stable. Notes: svn path=/head/; revision=85454
1997-04-13This file is deprecated not "obsoleted".Paul Richards
Notes: svn path=/head/; revision=24868
1994-11-17By Bruce and Joerg suggestions and by looking into June versionAndrey A. Chernov
of NetBSD simple #include <stdlib.h> into malloc.h Put #warning that this file is obsoleted ( by Joerg suggestion) Notes: svn path=/head/; revision=4549
1994-11-15Add malloc.h for better SYSV/Linux compatibility like mostAndrey A. Chernov
providers (like SUN f.e.) does. malloc.h have comment about its SYSVism Notes: svn path=/head/; revision=4499