Linear allocation algorithm is finished! Recompiled binaries, regenerated Doxygen documentation. Announcing version 2.1.0-beta.1.

This commit is contained in:
Adam Sawicki 2018-08-24 11:23:37 +02:00
parent 0a60713b07
commit 4c6e9e81bc
6 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -132,7 +132,7 @@ Ring buffer</h2>
<div class="image"> <div class="image">
<img src="../gfx/Linear_allocator_5_ring_buffer.png" alt="Ring buffer"/> <img src="../gfx/Linear_allocator_5_ring_buffer.png" alt="Ring buffer"/>
</div> </div>
<p>Pools with linear algorithm support lost allocations when used as ring buffer. If there is not enough free space for a new allocation, but existing allocations from the front of the queue can become lost, they become lost and the allocation succeeds.</p> <p>Pools with linear algorithm support <a class="el" href="lost_allocations.html">lost allocations</a> when used as ring buffer. If there is not enough free space for a new allocation, but existing allocations from the front of the queue can become lost, they become lost and the allocation succeeds.</p>
<div class="image"> <div class="image">
<img src="../gfx/Linear_allocator_6_ring_buffer_lost.png" alt="Ring buffer with lost allocations"/> <img src="../gfx/Linear_allocator_6_ring_buffer_lost.png" alt="Ring buffer with lost allocations"/>
</div> </div>

View File

@ -62,7 +62,7 @@ $(function() {
<div class="title">Vulkan Memory Allocator </div> </div> <div class="title">Vulkan Memory Allocator </div> </div>
</div><!--header--> </div><!--header-->
<div class="contents"> <div class="contents">
<div class="textblock"><p><b>Version 2.1.0-alpha.4</b> (2018-08-22)</p> <div class="textblock"><p><b>Version 2.1.0-beta.1</b> (2018-08-24)</p>
<p>Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. <br /> <p>Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. <br />
License: MIT</p> License: MIT</p>
<p>Documentation of all members: <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a></p> <p>Documentation of all members: <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a></p>

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@ extern "C" {
/** \mainpage Vulkan Memory Allocator /** \mainpage Vulkan Memory Allocator
<b>Version 2.1.0-alpha.4</b> (2018-08-22) <b>Version 2.1.0-beta.1</b> (2018-08-24)
Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. \n Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. \n
License: MIT License: MIT