Searched refs:backing (Results 1 – 9 of 9) sorted by relevance
373 char *backing = xmalloc (SIZE + 2); in test_misaligned() local374 backing[0] = ~pad; in test_misaligned()375 backing[SIZE + 1] = pad; in test_misaligned()376 struct alloc_buffer refbuf = alloc_buffer_create (backing + 1, SIZE); in test_misaligned()432 TEST_VERIFY (backing[0] == (char) ~pad); in test_misaligned()433 TEST_VERIFY (backing[SIZE + 1] == pad); in test_misaligned()434 free (backing); in test_misaligned()531 char backing[4]; in test_copy_bytes() local533 memset (backing, '@', sizeof (backing)); in test_copy_bytes()534 struct alloc_buffer buf = alloc_buffer_create (backing, sizeof (backing)); in test_copy_bytes()[all …]
42 page of all zeroes sometimes has nothing at all backing it -- there's49 The same frame of real memory or backing store can back multiple virtual59 pages must move back and forth between real memory and backing store61 and then retreating to backing store when not needed anymore. This3033 the allocation of backing storage. The error can also occur if the new
1760 * Storage Allocation:: Allocate backing storage for files.3192 bytes for which no backing storage has been allocated by the file3213 Allocate backing store for the region of @var{length} bytes starting at
3954 that backing a file up does not count as reading it.
5323 % by backing up by \lastskip, doing the \write, then inserting
3574 * sysdeps/ia64/elf/start.S: Save base address of register backing
5616 to the backing space.
6125 deallocated to release its backing space.
1136 scratch_buffer to allocate backing storage for the args_value,93214 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address