summaryrefslogtreecommitdiff
path: root/allocate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-5/+2
|
* Cleanup asserts in SecBlockJeffrey Walton2019-10-141-0/+2
| | | | SecBlock regularly uses NULL pointers rather returning non-NULL 0-sized pointers. The asserts were moved to AlignedAllocate and UnalignedAllocate.
* Fix AIX crash in AlignedDeallocate (GH #875)Jeffrey Walton2019-10-131-4/+10
|
* Avoid circular dependency using AlignedAllocate (GH #885)Jeffrey Walton2019-09-281-0/+99