Searched refs:x_bounds (Results 1 – 2 of 2) sorted by relevance
222 unsigned char *x_bounds; in xvpx_memalign() local246 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() local346 x_bounds = vpx_realloc(memblk, size + (BOUNDS_CHECK_PAD_SIZE * 2)); in xvpx_realloc()348 if (x_bounds) in xvpx_realloc()[all …]
541 unsigned char *x_bounds; in memory_tracker_check_integrity() local554 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()