arduino / arduino/ArduinoCore-mbed

Add `SDRAM.realloc()`

Open
#810 0 comments 0 reactions 0 assignees View on GitHub
enhancement M7
Dominant language
C
Stars
411
Forks
225
PR merge metrics
No merged PRs in 30d

Description

`SDRAM` currently supports `malloc()` and `free()`, but doesn't support `realloc()`.
Would it be possible to add it?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the SDRAM implementation and reading the existing malloc() and free() paths to understand the current allocation contract. Determine the expected realloc() behavior for that implementation, then verify that SDRAM can resize allocations while preserving the required data and existing allocation behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
embedded-iot
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.