-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-238: Change InternalMemoryPool::Free() to return Status::Invali…
…d when ther… …e is insufficient memory. Author: Jihoon Son <jihoonson@apache.org> Closes #102 from jihoonson/ARROW-238 and squashes the following commits: cb9e7b1 [Jihoon Son] Disable FreeLargeMemory test for release builds f903130 [Jihoon Son] Free allocated memory after death 0077a70 [Jihoon Son] Adjust the amount of memory allocation b1af59b [Jihoon Son] Change to ASSERT_EXIT b4159f0 [Jihoon Son] Reflect comments e89a1f9 [Jihoon Son] Change python implementation as well. 7651570 [Jihoon Son] Change InternalMemoryPool::Free() to return Status::Invalid when there is insufficient memory.
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters