Wrap memory management functions
--------------------------------

                 Key: LUCY-35
                 URL: https://issues.apache.org/jira/browse/LUCY-35
             Project: Lucy
          Issue Type: Improvement
          Components: Core
            Reporter: Marvin Humphrey
            Assignee: Marvin Humphrey
            Priority: Minor


Invoke malloc, calloc, realloc, and free via macros that resolve to wrapper
functions.  Have the wrappers check the return value and throw OOM exceptions,
so that we don't have to add error checking everywhere we perform memory
allocation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to