-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NeoMathEngine] Refactored StackAllocators (#1064)
* [NeoMathEngine] unite StackAllocators common code Signed-off-by: Kirill Golikov <kirill.golikov@abbyy.com> * [NeoMathEngine] Avoid excess new in CStackBlockManager Signed-off-by: Kirill Golikov <kirill.golikov@abbyy.com> * [NeoMathEngine] MemoryHandle update Signed-off-by: Kirill Golikov <kirill.golikov@abbyy.com> * [NeoMathEngine] no union in CStackMemoryHandle Signed-off-by: Kirill Golikov <kirill.golikov@abbyy.com> --------- Signed-off-by: Kirill Golikov <kirill.golikov@abbyy.com>
- Loading branch information
Showing
19 changed files
with
497 additions
and
682 deletions.
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
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.