dpget, wbdpget,
Brought to you by:
mikio
Hello, I looking for an "get" style function to return the Value "pointer" without doing memory action like "malloc" or "memcpy".
Reason, I want to use this SW to store a C "struct" of my own data format. This struct sould be returned directly from the DB
memory (usually the cache and not the harddrive). To use this pointer some kind of transaction is necessary
1. Get INTERNAL pointer and LOCK data cache entry
2. read the pointer data and do some operation
3. after finish, UNLOCK data cache entry