Sha256: a19c1c859175753319a4c9a7b6a0d622c64a6c702c2e80e2ac4c530cf77a3974
Contents?: true
Size: 422 Bytes
Versions: 10
Compression:
Stored size: 422 Bytes
Contents
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_allocators_win32_leakcheck_h #define INCLUDE_allocators_win32_leakcheck_h #include "common.h" #include "alloc.h" int git_win32_leakcheck_init_allocator(git_allocator *allocator); #endif
Version data entries
10 entries across 10 versions & 1 rubygems