Skip to content

Commit 4c6e9e8

Browse files
Linear allocation algorithm is finished! Recompiled binaries, regenerated Doxygen documentation. Announcing version 2.1.0-beta.1.
1 parent 0a60713 commit 4c6e9e8

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

bin/VmaReplay_Release_vs2015.exe

8.5 KB
Binary file not shown.
24.5 KB
Binary file not shown.

docs/html/custom_memory_pools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2><a class="anchor" id="linear_algorithm_ring_buffer"></a>
132132
<div class="image">
133133
<img src="../gfx/Linear_allocator_5_ring_buffer.png" alt="Ring buffer"/>
134134
</div>
135-
<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>
135+
<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>
136136
<div class="image">
137137
<img src="../gfx/Linear_allocator_6_ring_buffer_lost.png" alt="Ring buffer with lost allocations"/>
138138
</div>

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div class="title">Vulkan Memory Allocator </div> </div>
6363
</div><!--header-->
6464
<div class="contents">
65-
<div class="textblock"><p><b>Version 2.1.0-alpha.4</b> (2018-08-22)</p>
65+
<div class="textblock"><p><b>Version 2.1.0-beta.1</b> (2018-08-24)</p>
6666
<p>Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. <br />
6767
License: MIT</p>
6868
<p>Documentation of all members: <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a></p>

docs/html/vk__mem__alloc_8h_source.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/vk_mem_alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929

3030
/** \mainpage Vulkan Memory Allocator
3131
32-
<b>Version 2.1.0-alpha.4</b> (2018-08-22)
32+
<b>Version 2.1.0-beta.1</b> (2018-08-24)
3333
3434
Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. \n
3535
License: MIT

0 commit comments

Comments
 (0)