AuroraRuntime/Include/Aurora/Memory
Reece 1fa433540b [*] Experimental lower-latency IO pipes
[*] revert win32 net tx hardening - do not use the Reset function to null pSocket
[*] fix a bytebuffer circular buffer path
[*] update how TLS protocol stacks can snap the stack
2023-05-11 16:05:00 +01:00
..
_ByteBuffer.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
ByteBuffer_Memory.inl [+] AuMemory::SharedByteBuffer 2023-04-30 02:39:42 +01:00
ByteBuffer_Position.inl [*] Experimental lower-latency IO pipes 2023-05-11 16:05:00 +01:00
ByteBuffer_ReadWrite.inl [*] NT ReadFile: replace GENERIC_READ, FILE_SHARE_READ with GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE 2022-09-23 00:59:08 +01:00
ByteBuffer_Strings.inl [+] AuTime::EClock 2023-03-21 10:26:16 +00:00
ByteBuffer_TaggedReadWrite.inl [*] Fix auline macro under msvc 2022-01-18 19:00:48 +00:00
ByteBuffer_TypedReadWrite.inl [*] AuByteBuffers should be able to .Write<std::string_view>() 2023-04-29 07:50:56 +01:00
ByteBuffer_Utility.inl [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
ByteBuffer_Utils.inl [+] Aurora::IO::Net::NetSocketConnectByHost 2023-01-26 21:43:19 +00:00
ByteBuffer_WriteFrom.inl [*] ByteBuffer::WriteFromEx flagExpandable awareness 2023-01-09 07:02:06 +00:00
ByteBuffer.hpp [+] AuMemory::SharedByteBuffer 2023-04-30 02:39:42 +01:00
ByteBufferPushReadState.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
ByteBufferPushWriteState.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Cache.hpp New memory APIs 2022-03-21 05:20:19 +00:00
Heap.hpp [+] Initial heap stat counter API 2022-12-08 19:34:15 +00:00
HeapStats.hpp [*] Refactor public headers 2023-01-15 06:05:22 +00:00
Memory.hpp [+] Initial heap stat counter API 2022-12-08 19:34:15 +00:00
MemoryView.hpp [*] Refactor public headers 2023-01-15 06:05:22 +00:00
MemRef.hpp Initial Commit 2021-06-27 22:25:29 +01:00
README.md [TODO: BLOCK 2 PROGRESS] 2022-06-14 02:14:51 +01:00
SwapLock.hpp New memory APIs 2022-03-21 05:20:19 +00:00
Transition.hpp [*] Creasing allocators 2022-03-26 16:18:50 +00:00

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