-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
corrade-rc,Utility: implement null termination and alignment.
Both done in the same bulk of work as internally it's the same feature -- just arbitrary padding between successive data. Apologies for not having alignment working properly for overriden groups -- it'd need to have dynamic allocator support (i.e., passing an allocator to an arbitrary API) first, and hooking them up with Path, which is a significant amount of work. For most cases it's fine already like this, as the default alignment is 2*sizeof(void*) usually, and people usually need just 4 or 8 anyway.
- Loading branch information
Showing
26 changed files
with
961 additions
and
68 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
Oops, something went wrong.