File: clar_libgit2_alloc.h

package info (click to toggle)
libgit2 1.9.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 60,864 kB
  • sloc: ansic: 203,740; javascript: 2,458; sh: 1,767; python: 384; perl: 99; php: 65; makefile: 52
file content (11 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __CLAR_LIBGIT2_ALLOC__
#define __CLAR_LIBGIT2_ALLOC__

#include "clar.h"
#include "common.h"
#include "git2/sys/alloc.h"

void cl_alloc_limit(size_t bytes);
void cl_alloc_reset(void);

#endif