Home
last modified time | relevance | path

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

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