J Reece Wilson
b6b4ef5dd1
[*] Fixed build errors post refactor [*] Don't create an epoll for a read-poll, reuse fd [+] AuByteBuffer:Allocate(AuUInt length, AuUInt alignment) [*] NT+Linux: Ensure IO buffers are aligned to AuHwInfo::GetPageSize() |
||
---|---|---|
.. | ||
_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