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

/external/pixman/test/
H A Dstress-test.c7 #define fence_malloc malloc
307 bits = fence_malloc (height * stride);
316 bits = fence_malloc (height * stride);
332 bits = fence_malloc (height * stride);
H A Dutils.h84 fence_malloc (int64_t len);
H A Dcomposite-traps-test.c170 traps = fence_malloc (n_traps * sizeof (pixman_trapezoid_t));
H A Dutils.c347 fence_malloc (int64_t len) function
410 fence_malloc (int64_t len) function
426 uint8_t *bytes = fence_malloc (n_bytes);

Completed in 83 milliseconds