Results 1 to 2 of 2
I want to create a memory buffer pool for an linux application.
I am using
<db.h>
<mpool.h>
to use mpool_open ( ),mpool_new ( ), mpool_get( ) functions in my code.
...
- 04-01-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 1
memory pool <mpool.h>
I want to create a memory buffer pool for an linux application.
I am using
<db.h>
<mpool.h>
to use mpool_open ( ),mpool_new ( ), mpool_get( ) functions in my code.
but i am getting the following error:
mpool.h: No such file or directory
how to link this file?
- 04-01-2008 #2Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513


Reply With Quote

