Reece Wilson
473e7d30dd
[*] Prevent AuByteBuffer::begin from exploding user code by providing normalized begin positions [*] Update AuByteBuffer string write [*] Redefine AuByteBuffer::data() as the bytebuffers base [*] Various pointer normalization improvements in ByteBuffer_Position.inl [*] Update comments |
||
---|---|---|
.. | ||
_ByteBuffer.hpp | ||
ByteBuffer_Memory.inl | ||
ByteBuffer_Position.inl | ||
ByteBuffer_ReadWrite.inl | ||
ByteBuffer_Strings.inl | ||
ByteBuffer_TaggedReadWrite.inl | ||
ByteBuffer_TypedReadWrite.inl | ||
ByteBuffer_Utility.inl | ||
ByteBuffer_Utils.inl | ||
ByteBuffer_WriteFrom.inl | ||
ByteBuffer.hpp | ||
ByteBufferPushReadState.hpp | ||
ByteBufferPushWriteState.hpp | ||
Cache.hpp | ||
Heap.hpp | ||
Memory.hpp | ||
MemoryView.hpp | ||
MemRef.hpp | ||
README.md | ||
SwapLock.hpp | ||
Transition.hpp |
AuMemory
Example Usage:
File: HelloAurora/master/Tests/Public/15. Hello ByteBuffer/Main.cpp
Features
- ByteBuffer
- Optimize cache [heavy precache]
- O(1) Heap Allocator (based on a hacked up external lib)
- Purge Executable Memory Cache
- Pin virtual memory into physical memory / SwapLock