comparison thread/BlockAllocator.h @ 489:701233f8ed41

Make include-guards consistent
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 31 May 2019 16:48:37 +0100
parents 4a5aea3dae81
children
comparison
equal deleted inserted replaced
488:7992d0923626 489:701233f8ed41
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)