EPICS Base
7.0.5.1
osiPoolStatus.h
Go to the documentation of this file.
1
/*************************************************************************\
2
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3
* National Laboratory.
4
* Copyright (c) 2002 The Regents of the University of California, as
5
* Operator of Los Alamos National Laboratory.
6
* SPDX-License-Identifier: EPICS
7
* EPICS BASE is distributed subject to a Software License Agreement found
8
* in file LICENSE that is included with this distribution.
9
\*************************************************************************/
10
17
#ifndef INC_osiPoolStatus_H
18
#define INC_osiPoolStatus_H
19
20
#include <stdlib.h>
21
#include "libComAPI.h"
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
39
LIBCOM_API
int
epicsStdCall
osiSufficentSpaceInPool
(
size_t
contiguousBlockSize );
40
41
#ifdef __cplusplus
42
}
43
#endif
44
45
#include "osdPoolStatus.h"
46
47
#endif
/* INC_osiPoolStatus_H */
osiSufficentSpaceInPool
LIBCOM_API int epicsStdCall osiSufficentSpaceInPool(size_t contiguousBlockSize)
Checks if a memory block of a specific size can be safely allocated.
Generated on Sun Mar 21 2021 16:10:19 for EPICS Base by
1.8.13