HomeSort by relevance Sort by last modified time
    Searched refs:fence_malloc (Results 1 - 4 of 4) sorted by null

  /external/pixman/test/
stress-test.c 7 #define fence_malloc malloc
307 bits = fence_malloc (height * stride);
316 bits = fence_malloc (height * stride);
332 bits = fence_malloc (height * stride);
utils.h 84 fence_malloc (int64_t len);
composite-traps-test.c 170 traps = fence_malloc (n_traps * sizeof (pixman_trapezoid_t));
utils.c 347 fence_malloc (int64_t len) function
410 fence_malloc (int64_t len) function
426 uint8_t *bytes = fence_malloc (n_bytes);
    [all...]

Completed in 764 milliseconds