Searched refs:newBuffer (Results 1 – 2 of 2) sorted by relevance
212 void* newBuffer = Malloc(newSize); in Realloc() local213 RAPIDJSON_ASSERT(newBuffer != 0); // Do not handle out-of-memory explicitly. in Realloc()215 std::memcpy(newBuffer, originalPtr, originalSize); in Realloc()216 return newBuffer; in Realloc()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...