Home
last modified time | relevance | path

Searched refs:fence_malloc (Results 1 – 4 of 4) sorted by relevance

/third_party/pixman/test/
Dstress-test.c7 #define fence_malloc malloc
336 bits = fence_malloc (height * stride); in create_random_bits_image()
345 bits = fence_malloc (height * stride); in create_random_bits_image()
363 bits = fence_malloc (height * stride); in create_random_bits_image()
Dutils.h104 fence_malloc (int64_t len);
Dcomposite-traps-test.c182 traps = fence_malloc (n_traps * sizeof (pixman_trapezoid_t)); in test_composite()
Dutils.c400 fence_malloc (int64_t len) in fence_malloc() function
518 pixels = fence_malloc (stride * (unsigned)height); in fence_image_create_bits()
554 fence_malloc (int64_t len) in fence_malloc() function
588 uint8_t *bytes = fence_malloc (n_bytes); in make_random_bytes()
601 uint8_t *bytes = fence_malloc (n_bytes); in make_random_floats()