Searched refs:aligned_malloc (Results 1 – 8 of 8) sorted by relevance
65 uint8_t *buf = aligned_malloc (16, BUFSIZE + 1); in bench()117 uint8_t *bytebuf = aligned_malloc(16, SMALLBUFSIZE + 1); in main()
51 uint32_t *dest_buf = aligned_malloc (16, dest_byte_stride * dest_height); in main()
202 aligned_malloc (size_t align, size_t size);
47 buf = aligned_malloc (64, stride * height); in create_random_image()
141 *bits = aligned_malloc (PAGE_SIZE, stride * height); in create_image()
1141 src = aligned_malloc (4096, BUFSIZE * 3); in main()
1004 aligned_malloc (size_t align, size_t size) in aligned_malloc() function
6107 check_func_headers malloc.h _aligned_malloc && enable aligned_malloc