LCOV - code coverage report
Current view: top level - zerobuf - ConstAllocator.cpp (source / functions) Hit Total Coverage
Test: ZeroBuf Lines: 5 5 100.0 %
Date: 2018-01-09 16:38:26 Functions: 3 3 100.0 %

          Line data    Source code
       1             : 
       2             : /* Copyright (c) 2015-2016, Human Brain Project
       3             :  *                          Daniel.Nachbaur@epfl.ch
       4             :  */
       5             : 
       6             : #include "ConstAllocator.h"
       7             : 
       8             : namespace zerobuf
       9             : {
      10           4 : ConstAllocator::ConstAllocator(const uint8_t* data, size_t size)
      11             :     : Allocator()
      12             :     , _data(data)
      13           4 :     , _size(size)
      14             : {
      15           4 : }
      16             : 
      17           8 : ConstAllocator::~ConstAllocator()
      18             : {
      19           8 : }
      20             : }

Generated by: LCOV version 1.11