Home | History | Annotate | Download | only in binder

Lines Matching full:realloc

414                 (size_t*)realloc(mObjects, newSize*sizeof(size_t));
852 size_t* objects = (size_t*)realloc(mObjects, newSize*sizeof(size_t));
1367 uint8_t* data = (uint8_t*)realloc(mData, desired);
1475 (size_t*)realloc(mObjects, objectsSize*sizeof(size_t));
1483 // We own the data, so we can just do a realloc().
1485 uint8_t* data = (uint8_t*)realloc(mData, desired);