Skip to content

ARROW-11322: [Rust] Re-opening memory module as public - #9270

Closed
maxburke wants to merge 1 commit into
apache:masterfrom
urbanlogiq:rust_memory_public
Closed

ARROW-11322: [Rust] Re-opening memory module as public#9270
maxburke wants to merge 1 commit into
apache:masterfrom
urbanlogiq:rust_memory_public

Conversation

@maxburke

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

Copy link
Copy Markdown

Thanks for opening a pull request!

Could you open an issue for this pull request on JIRA?
https://issues.apache.org/jira/browse/ARROW

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

See also:

@maxburkemaxburke changed the title [Rust] [ARROW-11322] Re-opening memory module as publicARROW-11322: [Rust] Re-opening memory module as publicJan 19, 2021
@github-actions

Copy link
Copy Markdown

@jorgecarleitao

Copy link
Copy Markdown
Member

I am really sorry about that. It was not intended.

@jorgecarleitao

Copy link
Copy Markdown
Member

On an related note, allocate_aligned no longer initializes zeroed regions. The region is uninitialized. Use allocate_aligned_zeroed for zeroed, initialized regions.

@maxburke

Copy link
Copy Markdown
ContributorAuthor

Great to know; thanks Jorge!

kszucs pushed a commit that referenced this pull request Jan 25, 2021
Closes#9270 from maxburke/rust_memory_public
Authored-by: Max Burke <max@urbanlogiq.com>
Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@maxburke@jorgecarleitao