Searched refs:x_bounds (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vpx_mem/
H A Dvpx_mem.c222 unsigned char *x_bounds; local
246 x_bounds = vpx_memalign(align, size + (BOUNDS_CHECK_PAD_SIZE * 2));
248 if (x_bounds)
254 x_bounds = (unsigned char *)(((size_t *)x_bounds)[-1]);
255 x = align_addr(x_bounds + BOUNDS_CHECK_PAD_SIZE + ADDRESS_STORAGE_SIZE,
258 ((size_t *)x)[-1] = (size_t)x_bounds;
262 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
304 unsigned char *x_bounds = memblk ? local
346 x_bounds
[all...]
H A Dvpx_mem_tracker.c541 unsigned char *x_bounds; local
546 //x_bounds = (unsigned char*)p->addr;
548 //x_bounds -= memtrack.padding_size;
554 x_bounds = (unsigned char *)(((size_t *)p->addr)[-1]);
558 p_show_me = (x_bounds + i);

Completed in 65 milliseconds