Skip to content

Leverage realloc() in String::changeBuffer() #1693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2016
Merged

Conversation

raheelh
Copy link
Contributor

@raheelh raheelh commented Feb 28, 2016

realloc() can be a better alternative to doing malloc() followed by strcpy(). It may reduce memory footprint of concatination operation (when consecutive memory blocks are available for allocation extension).

igrr added a commit that referenced this pull request Mar 1, 2016
Leverage realloc() in String::changeBuffer()
@igrr igrr merged commit 7aa061c into esp8266:master Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants