Home | History | Annotate | Download | only in binder

Lines Matching full:realloc

414                 (size_t*)realloc(mObjects, newSize*sizeof(size_t));
844 size_t* objects = (size_t*)realloc(mObjects, newSize*sizeof(size_t));
1359 uint8_t* data = (uint8_t*)realloc(mData, desired);
1467 (size_t*)realloc(mObjects, objectsSize*sizeof(size_t));
1475 // We own the data, so we can just do a realloc().
1477 uint8_t* data = (uint8_t*)realloc(mData, desired);