Skip to content

Introducing one-chunked heap blocks - special type for heap blocks that are guaranteed to fit into one heap chunk #62

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
May 14, 2015

Conversation

ruben-ayrapetyan
Copy link
Contributor

No description provided.

@ruben-ayrapetyan ruben-ayrapetyan added this to the Core ECMA features milestone May 14, 2015
@ruben-ayrapetyan ruben-ayrapetyan added normal memory management Related to memory management or garbage collection development Feature implementation labels May 14, 2015
mem_heap_alloc_block (size_t size_in_bytes, /**< size of region to allocate in bytes */
mem_heap_alloc_term_t alloc_term) /**< expected allocation term */
static void*
mem_heap_alloc_block_with_try_to_give_memory_back (size_t size_in_bytes, /**< size of region to allocate in bytes */
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove with and to

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK

…at are guaranteed to fit into one heap chunk.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
@ruben-ayrapetyan ruben-ayrapetyan force-pushed the Ruben-one-chunked-blocks branch from de21ef9 to 99ecdd4 Compare May 14, 2015 18:29
@ruben-ayrapetyan
Copy link
Contributor Author

@egavrin , I've updated pull request according to your notes.

@egavrin
Copy link
Contributor

egavrin commented May 14, 2015

make push

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Feature implementation memory management Related to memory management or garbage collection normal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants