Lines Matching full:allocate
21 * A simple test that tries to allocate a small memory region.
22 * Expect to allocate an aligned region near the end of the available memory.
53 * A test that tries to allocate memory next to a reserved region that starts at
114 * A test that tries to allocate memory when there is enough space at the end
156 * A test that tries to allocate memory when there is not enough space at the
204 * A test that tries to allocate memory when there are two reserved regions with
211 * Expect to allocate a region before the one that starts at the lower address,
254 * A test that tries to allocate memory when there are two reserved regions with
308 * A test that tries to allocate memory when the memory is filled with reserved
347 * A test that tries to allocate memory when all memory is reserved.
370 * A test that tries to allocate memory when the memory is almost full,
404 * A test that tries to allocate memory when the memory is almost full,
411 * Expect to allocate memory and merge all the regions. The total size field
444 * A test that tries to allocate memory when there is no available memory
470 * A test that tries to allocate a region that is larger than the total size of
503 * A simple test that tries to allocate a small memory region.
504 * Expect to allocate an aligned region at the beginning of the available
532 * A test that tries to allocate memory next to a reserved region that starts at
591 * A test that tries to allocate memory when there is enough space at
630 * A test that tries to allocate memory when there is not enough space at
677 * A test that tries to allocate memory when there are two reserved regions, the
685 * Expect to allocate after the second region, which starts at the higher