mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 10:03:43 +00:00
12 lines
200 B
C
12 lines
200 B
C
#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
|