Tor
0.4.7.0-alpha-dev
lib
meminfo
meminfo.h
Go to the documentation of this file.
1
/* Copyright (c) 2003-2004, Roger Dingledine
2
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
3
* Copyright (c) 2007-2021, The Tor Project, Inc. */
4
/* See LICENSE for licensing information */
5
6
/**
7
* \file meminfo.h
8
*
9
* \brief Header for meminfo.c
10
**/
11
12
#ifndef TOR_MEMINFO_H
13
#define TOR_MEMINFO_H
14
15
#include "
lib/testsupport/testsupport.h
"
16
#include <stddef.h>
17
18
MOCK_DECL
(
int
,
get_total_system_memory
, (
size_t
*mem_out));
19
20
#endif
/* !defined(TOR_MEMINFO_H) */
get_total_system_memory
int get_total_system_memory(size_t *mem_out)
Definition:
meminfo.c:129
testsupport.h
Macros to implement mocking and selective exposure for the test code.
MOCK_DECL
#define MOCK_DECL(rv, funcname, arglist)
Definition:
testsupport.h:127
Generated by
1.9.1