/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/ |
H A D | 0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch | 78 -int posix_memalign(void** memptr, size_t alignment, size_t size) noexcept 79 +int posix_memalign(void** memptr, size_t alignment, size_t size) NOEXECPT 81 if (!hooks::posix_memalign) { 83 @@ -268,7 +274,7 @@ int posix_memalign(void** memptr, size_t alignment, size_t size) noexcept
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | mm_malloc.patch | 11 // glibc's `posix_memalign()` declaration specifies `throw()` while clang's
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | linux.c | 79 posix_memalign(&p, cachep->align, cachep->size); in kmem_cache_alloc_lru() 167 posix_memalign(&p[i], cachep->align, in kmem_cache_alloc_bulk()
|
/openbmc/qemu/util/ |
H A D | memalign.c | 53 ret = posix_memalign(&ptr, alignment, size); in qemu_try_memalign()
|
/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | fill_buf.c | 122 ret = posix_memalign(&buf, PAGE_SIZE, buf_size); in alloc_buffer()
|
/openbmc/linux/tools/virtio/linux/ |
H A D | kernel.h | 102 posix_memalign(&p, PAGE_SIZE, PAGE_SIZE); in __get_free_page()
|
/openbmc/linux/samples/acrn/ |
H A D | vm-sample.c | 56 ret = posix_memalign(&guest_memory, 4096, GUEST_MEMORY_SIZE); in main()
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | subpage_prot.c | 169 FAIL_IF(posix_memalign(&mallocblock, 64 * 1024, mallocsize)); in test_anon()
|
/openbmc/linux/tools/virtio/ringtest/ |
H A D | ring.c | 82 ret = posix_memalign((void **)&ring, 0x1000, ring_size * sizeof *ring); in alloc_ring()
|
H A D | virtio_ring_0_9.c | 70 ret = posix_memalign(&p, 0x1000, vring_size(ring_size, 0x1000)); in alloc_ring()
|
/openbmc/linux/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 246 rc = posix_memalign(&mem0, bufsize, bufsize); in do_test() 252 rc = posix_memalign(&mem1, bufsize, bufsize); in do_test()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-stress.c | 256 if (posix_memalign(&area, page_size, page_size)) in userfaultfd_stress()
|
/openbmc/linux/tools/virtio/ |
H A D | virtio_test.c | 118 r = posix_memalign(&info->ring, 4096, vring_size(num, 4096)); in vq_info_add()
|
H A D | vringh_test.c | 482 if (posix_memalign(&__user_addr_min, PAGE_SIZE, USER_MEM) != 0) in main()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | lam.c | 524 if (posix_memalign(&buf, URING_BLOCK_SZ, URING_BLOCK_SZ)) in handle_uring_sq()
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | transhuge.rst | 418 aligned. posix_memalign() can provide that guarantee.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | orangefs.rst | 249 At startup userspace allocates two page-size-aligned (posix_memalign)
|
/openbmc/linux/tools/testing/selftests/iommu/ |
H A D | iommufd.c | 44 rc = posix_memalign(&buffer, HUGEPAGE_SIZE, BUFFER_SIZE); in setup_sizes()
|
/openbmc/qemu/docs/devel/ |
H A D | style.rst | 428 Use of the ``malloc/free/realloc/calloc/valloc/memalign/posix_memalign``
|
/openbmc/qemu/ |
H A D | meson.build | 2609 # thinking that Windows has posix_memalign() 2610 config_host_data.set('CONFIG_POSIX_MEMALIGN', cc.has_function('posix_memalign', prefix: '#include <…
|