Mercurial > hg > qm-dsp
comparison thread/BlockAllocator.h @ 505:930b5b0f707d
Merge branch 'codestyle-and-tidy'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 05 Jun 2019 12:55:15 +0100 |
parents | 701233f8ed41 |
children |
comparison
equal
deleted
inserted
replaced
471:e3335cb213da | 505:930b5b0f707d |
---|---|
29 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 29 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
30 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 30 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
31 THE SOFTWARE. | 31 THE SOFTWARE. |
32 */ | 32 */ |
33 | 33 |
34 #ifndef _BLOCK_ALLOCATOR_H_ | 34 #ifndef QM_DSP_BLOCK_ALLOCATOR_H |
35 #define _BLOCK_ALLOCATOR_H_ | 35 #define QM_DSP_BLOCK_ALLOCATOR_H |
36 | 36 |
37 #include <cstdlib> | 37 #include <cstdlib> |
38 | 38 |
39 /** | 39 /** |
40 * BlockAllocator is a simple allocator for fixed-size (usually small) | 40 * BlockAllocator is a simple allocator for fixed-size (usually small) |