This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
* EPICS BASE is distributed subject to a Software License Agreement found
7
* in file LICENSE that is included with this distribution.
8
\*************************************************************************/
9
16
#ifndef INC_osiPoolStatus_H
17
#define INC_osiPoolStatus_H
18
19
#include <stdlib.h>
20
#include "libComAPI.h"
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
38
LIBCOM_API
int
epicsStdCall
osiSufficentSpaceInPool
(
size_t
contiguousBlockSize );
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
#include "osdPoolStatus.h"
45
46
#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.
Definition:
osdPoolStatus.c:19
modules
libcom
src
osi
osiPoolStatus.h
Generated by
1.8.11