LCOV - code coverage report | |||||||||||||||||||||||
![]() | |||||||||||||||||||||||
|
|||||||||||||||||||||||
![]() |
1 : /* 2 : * Copyright (c) 2012 The Native Client Authors. All rights reserved. 3 : * Use of this source code is governed by a BSD-style license that can be 4 : * found in the LICENSE file. 5 : */ 6 : 7 : #include <string.h> 8 : 9 : #include "native_client/src/trusted/interval_multiset/nacl_interval_multiset.h" 10 : 11 1 : void NaClIntervalMultisetDelete(struct NaClIntervalMultiset *obj) { 12 1 : (*obj->vtbl->Dtor)(obj); 13 1 : free(obj); 14 1 : } |
![]() |
Generated by: LCOV version 1.7 |