Home
last modified time | relevance | path

Searched refs:aligned_malloc (Results 1 – 8 of 8) sorted by relevance

/third_party/pixman/test/
Dprng-test.c65 uint8_t *buf = aligned_malloc (16, BUFSIZE + 1); in bench()
117 uint8_t *bytebuf = aligned_malloc(16, SMALLBUFSIZE + 1); in main()
Dscaling-bench.c51 uint32_t *dest_buf = aligned_malloc (16, dest_byte_stride * dest_height); in main()
Dutils.h202 aligned_malloc (size_t align, size_t size);
Dblitters-test.c47 buf = aligned_malloc (64, stride * height); in create_random_image()
Daffine-bench.c141 *bits = aligned_malloc (PAGE_SIZE, stride * height); in create_image()
Dlowlevel-blt-bench.c1141 src = aligned_malloc (4096, BUFSIZE * 3); in main()
Dutils.c1004 aligned_malloc (size_t align, size_t size) in aligned_malloc() function
/third_party/ffmpeg/
Dconfigure6107 check_func_headers malloc.h _aligned_malloc && enable aligned_malloc