Home
last modified time | relevance | path

Searched refs:backing (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/malloc/
Dtst-alloc_buffer.c373 char *backing = xmalloc (SIZE + 2); in test_misaligned() local
374 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() local
533 memset (backing, '@', sizeof (backing)); in test_copy_bytes()
534 struct alloc_buffer buf = alloc_buffer_create (backing, sizeof (backing)); in test_copy_bytes()
[all …]
/glibc-2.36/manual/
Dmemory.texi42 page of all zeroes sometimes has nothing at all backing it -- there's
49 The same frame of real memory or backing store can back multiple virtual
59 pages must move back and forth between real memory and backing store
61 and then retreating to backing store when not needed anymore. This
3033 the allocation of backing storage. The error can also occur if the new
Dfilesys.texi1760 * Storage Allocation:: Allocate backing storage for files.
3192 bytes for which no backing storage has been allocated by the file
3213 Allocate backing store for the region of @var{length} bytes starting at
Dllio.texi3954 that backing a file up does not count as reading it.
Dtexinfo.tex5323 % by backing up by \lastskip, doing the \write, then inserting
/glibc-2.36/ChangeLog.old/
DChangeLog.123574 * sysdeps/ia64/elf/start.S: Save base address of register backing
DChangeLog.105616 to the backing space.
DChangeLog.116125 deallocated to release its backing space.
DChangeLog.181136 scratch_buffer to allocate backing storage for the args_value,
93214 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address