Skip to content
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

SdsMakeRoom always in DRAM #205

Open
wants to merge 1 commit into
base: 6.0-memkind_alloc_by_size
Choose a base branch
from

Conversation

jschmieg
Copy link

@jschmieg jschmieg commented Jul 6, 2020

Introduces 2 variants for SdsMakeRoom funtion: on DRAM and General
Can be used in networking.c


This change is Reviewable

Introduces 2 variants for SdsMakeRoom funtion: on DRAM and General
Can be used in networking.c
Copy link

@michalbiesek michalbiesek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 2 files at r1.
Reviewable status: 1 of 2 files reviewed, 1 unresolved discussion (waiting on @jschmieg and @kasiawasiuta)


src/sds.c, line 249 at r1 (raw file):

s_realloc(sh, hdrlen+newlen+1);

Just an question you don't want to cover this case? with distinction for general variant and DRAM ?

@pmem-bot-ae
Copy link

Can one of the admins verify this patch?

PatKamin added a commit to PatKamin/redis that referenced this pull request Oct 28, 2022
[5.0.3-devel] Fix make test failing
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.

None yet

3 participants