Searched refs:BOUNDS_CHECK_PAD_SIZE (Results 1 – 2 of 2) sorted by relevance
213 int i_rv = vpx_memory_tracker_init(BOUNDS_CHECK_PAD_SIZE, BOUNDS_CHECK_VALUE); in xvpx_memalign()228 x_bounds = vpx_memalign(align, size + (BOUNDS_CHECK_PAD_SIZE * 2)); in xvpx_memalign()236 x = align_addr(x_bounds + BOUNDS_CHECK_PAD_SIZE + ADDRESS_STORAGE_SIZE, in xvpx_memalign()241 for (i = 0; i < BOUNDS_CHECK_PAD_SIZE; i += sizeof(unsigned int)) { in xvpx_memalign()290 if (!vpx_memory_tracker_init(BOUNDS_CHECK_PAD_SIZE, BOUNDS_CHECK_VALUE)) in xvpx_realloc()320 x_bounds = vpx_realloc(memblk, size + (BOUNDS_CHECK_PAD_SIZE * 2)); in xvpx_realloc()324 x = align_addr(x_bounds + BOUNDS_CHECK_PAD_SIZE + ADDRESS_STORAGE_SIZE, in xvpx_realloc()329 for (i = 0; i < BOUNDS_CHECK_PAD_SIZE; i += sizeof(unsigned int)) { in xvpx_realloc()
72 # define BOUNDS_CHECK_PAD_SIZE 32 /*size of the padding before and macro78 # define BOUNDS_CHECK_PAD_SIZE 0 macro