Searched refs:buf_new (Results 1 – 2 of 2) sorted by relevance
215 void *buf_new = realloc(buf, new_buf_size); in FindFileInXkbPath() local216 if (buf_new) { in FindFileInXkbPath()218 buf = buf_new; in FindFileInXkbPath()
77 SmartPtr<CLBuffer> buf_new = new CLBuffer ( in allocate_data() local80 XCAM_ASSERT (buf_new.ptr ()); in allocate_data()83 buf_new->is_valid (), in allocate_data()86 _stats_cl_buffers.push (buf_new); in allocate_data()