Lines Matching full:memory
50 .Nd kernel memory management routines
102 function allocates uninitialized memory in kernel address space for an
108 variant allocates memory from a specific
127 can be used to return executable memory.
129 memory.
133 function allocates uninitialized memory in kernel address space for an
141 variant allocates memory from a specific
150 function releases memory at address
155 The memory is not zeroed.
168 function releases memory at address
175 will zero the memory before it is released.
179 function changes the size of the previously allocated memory referenced by
184 The contents of the memory are unchanged up to the lesser of the new and
188 If the requested memory cannot be allocated,
190 is returned and the memory referenced by
208 will free the passed pointer when the requested memory cannot be allocated.
227 Causes the allocated memory to be set to all zeros.
230 memory to be excluded from kernel core dumps.
266 Indicates that the system can use its reserve of memory to satisfy the
291 argument is used to perform statistics on memory usage, and for
368 The memory allocator allocates memory in chunks that have size a power
369 of two for requests up to the size of a page of memory.
372 optimizing the efficiency of memory use.
388 configuration option attempts to detect memory corruption caused by