-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jv] Major refactor around jv_* method naming to honour memory manage…
…ment + jv_* functions which return a jv object - produce it, i.e. the returned object is always (incref)ed + jv_* functions which perform non-memory operations consume (decref) their jv arguments + jv_* functions which have `_copy` suffix will perform jv_copy of all jv arguments on callers behalf. `jv_copy` itself follows this rule by (incref)ing due to the `_copy` suffix in its name and NOT (decref)ing since it's not performing any non-memory operation.
- Loading branch information
Leonid S. Usov
committed
Oct 22, 2018
1 parent
401817b
commit 1475482
Showing
19 changed files
with
736 additions
and
726 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.