aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/malloc.h
Commit message (Expand)AuthorAgeFilesLines
* Make use of GCC alloc_align attributePedro F. Giffuni2015-05-151-1/+1
* Make use of allocation attributes in system headers.Pedro F. Giffuni2015-04-071-4/+6
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+1
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasJeff Roberson2013-06-281-0/+2
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedJohn Baldwin2012-03-011-1/+1
* exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64Kip Macy2012-01-271-0/+1
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umaMatthew D Fleming2010-07-281-0/+1
* Garbage collect now-unused struct malloc_type fields, bump __FreeBSD_versionRobert Watson2009-04-191-26/+5
* Add a function attribute called `__malloc_like', which informs gccDavid Schultz2009-01-311-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.Dag-Erling Smørgrav2008-10-231-0/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-7/+0
* Add support for the DTrace malloc provider which can enable probesJohn Birrell2008-05-231-0/+15
* Eliminate a stale comment concerning contigmalloc(9).Alan Cox2007-11-101-1/+0
* Improve memguard a bit:Pawel Jakub Dawidek2005-12-301-0/+2
* End the MALLOC_DEFINE macro without the semi-colon, the caller suppliesPoul-Henning Kamp2005-08-231-1/+1
* Introduce a new sysctl, kern.malloc_stats, which exports kernel mallocRobert Watson2005-07-141-8/+28
* Due to a last minute change in the #ifdefing in malloc.h before committing,Robert Watson2005-05-291-0/+1
* Kernel malloc layers malloc_type allocation over one of two underlyingRobert Watson2005-05-291-16/+72
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Reimplement contigmalloc(9) with an algorithm which stands a greatly-Brian Feldman2004-07-191-0/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* correct typo in commentSam Leffler2003-08-191-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Make malloc and mbuf allocation mode flags nonoverlapping.Poul-Henning Kamp2003-03-101-4/+4
* GC M_STRING, no longer required as strdup() accepts a malloc type.Robert Watson2003-02-261-1/+0
* Add an implementation of strdup() to libkern. Allocated memory is ofRobert Watson2003-02-231-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+2
* Introduce malloc_last_fail() which returns the number of seconds sincePoul-Henning Kamp2002-11-011-0/+1
* Garbage-collected splmem.Bruce Evans2002-09-151-7/+5
* Removed most namespace pollution in this header: don't include <vm/uma.h>;Bruce Evans2002-09-151-3/+3
* fix whitespace botch in previous commit.Bill Fumerola2002-06-191-1/+1
* - Introduce the new M_NOVM option which tells uma to only check the currentlyJeff Roberson2002-06-171-0/+1
* malloc/free(9) no longer require Giant. Use the malloc_mtx to protect theJeff Roberson2002-05-021-1/+6
* Convert longs to u_longs in stats. This will hold off wrap arounds for aJeff Roberson2002-04-301-4/+4
* Parenthesise macro arguments to reduce lint warnings.Mark Murray2002-04-211-1/+1
* Remove malloc_type's ks_limit.Jeff Roberson2002-04-151-4/+1
* Change ks_calls from int64_t to uint64_t, since it cannot be negative.Jeroen Ruigrok van der Werven2002-04-081-1/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-9/+8
* Remove __PAlfred Perlstein2002-03-191-12/+12
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-68/+4
* Add realloc() and reallocf(), and make free(NULL, ...) acceptable.Archie Cobbs2002-03-131-0/+4
* - Remove asleep(), await(), and M_ASLEEP.John Baldwin2001-08-101-2/+1
* Let M_PANIC go back to the private tree as its intention isn't understood wellBoris Popov2001-01-311-1/+0
* Add M_PANIC flag to the list of available flags passed to malloc().Boris Popov2001-01-291-0/+1
* Introduce the M_ZERO flag to malloc(9)Poul-Henning Kamp2000-10-201-0/+1
* sys/malloc.h:Bruce Evans2000-06-141-1/+1
* Removed support for generating inline code for MALLOC() and FREE()Bruce Evans2000-06-141-45/+4