Lines Matching refs:memory
5 Large contiguous memory allocations can be unreliable in the Linux kernel.
8 memory from vmalloc() must be mapped into a relatively small address space;
15 In many cases, the need for memory from vmalloc() can be eliminated by
21 reasonably well. Only single-page allocations are made, so memory
39 argument is passed directly to the internal memory allocation calls. With
40 the current code, using flags to ask for high memory is likely to lead to
57 the array was created). If any memory allocations must be performed, flags
63 memory allocator would be a bad thing. That can be avoided by using
65 trick is to ensure that any needed memory allocations are done before
71 This function will ensure that memory for the elements indexed in the range
85 one page at a time; a single allocation could provide memory for several
104 The return value will be the number of pages of memory actually freed.