Home
last modified time | relevance | path

Searched refs:get_heapsize (Results 1 – 25 of 41) sorted by relevance

12

/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DHeapDatabase.cs121 db.get_heapsize(ref gbytes, ref bytes);
132 db.get_heapsize(ref gbytes, ref bytes);
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DHeapDatabase.cs189 db.get_heapsize(ref gbytes, ref bytes);
200 db.get_heapsize(ref gbytes, ref bytes);
/dports/databases/db18/db-18.1.40/src/heap/
H A Dheap_method.c33 dbp->get_heapsize = __heap_get_heapsize;
/dports/databases/db5/db-5.3.28/src/heap/
H A Dheap_method.c33 dbp->get_heapsize = __heap_get_heapsize;
/dports/databases/db5/db-5.3.28/examples/c/
H A Dex_heap.c240 (ret = dbp->get_heapsize(dbp, &ghpsize, &hpsize)) != 0) {
/dports/databases/db18/db-18.1.40/examples/c/
H A Dex_heap.c291 (ret = dbp->get_heapsize(dbp, &ghpsize, &hpsize)) != 0) {
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2390 heapSize = db.get_heapsize(); in DatabaseConfig()
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDB.cs416 internal int get_heapsize(ref uint gbytes, ref uint bytes) { in get_heapsize() method in BerkeleyDB.Internal.DB
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2654 heapSize = db.get_heapsize(); in DatabaseConfig()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/internal/
H A DDb.java410 public long get_heapsize() throws com.sleepycat.db.DatabaseException { in get_heapsize() method in Db
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDB.cs484 internal int get_heapsize(ref uint gbytes, ref uint bytes) { in get_heapsize() method in BerkeleyDB.Internal.DB
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/internal/
H A DDb.java447 public long get_heapsize() throws com.sleepycat.db.DatabaseException { in get_heapsize() method in Db
/dports/databases/db5/db-5.3.28/lang/cxx/
H A Dcxx_db.cpp678 DB_METHOD(get_heapsize, (u_int32_t *gbytesp, u_int32_t *bytesp),
/dports/databases/db5/db-5.3.28/lang/java/libdb_java/
H A Ddb.i243 jlong get_heapsize() { in get_heapsize() function
245 errno = self->get_heapsize(self, &gbytes, &bytes); in get_heapsize()
/dports/databases/py-berkeleydb/berkeleydb-18.1.4/docs/
H A Dchangelog.rst106 - Implement, test and document ``DB.get_heapsize()``,
H A Ddb.rst333 .. function:: get_heapsize()
/dports/databases/db18/db-18.1.40/lang/java/libdb_java/
H A Ddb.i277 jlong get_heapsize() { in get_heapsize() function
279 errno = self->get_heapsize(self, &gbytes, &bytes); in get_heapsize()
/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestPreOpenSetterAndGetter.c915 CuAssert(ct, "DB->get_heapsize", heap_db->get_heapsize(heap_db, in TestDbPreOpenSetterAndGetter()
/dports/databases/db18/db-18.1.40/lang/cxx/
H A Dcxx_db.cpp839 DB_METHOD(get_heapsize, (u_int32_t *gbytesp, u_int32_t *bytesp),
/dports/databases/db5/db-5.3.28/build_windows/
H A Ddb_cxx.h227 virtual int get_heapsize(u_int32_t *, u_int32_t *);
/dports/databases/db5/db-5.3.28/build_vxworks/
H A Ddb_cxx.h227 virtual int get_heapsize(u_int32_t *, u_int32_t *);
/dports/databases/db5/db-5.3.28/lang/csharp/libdb_csharp/
H A Ddb.i656 int get_heapsize(u_int32_t *gbytes, u_int32_t *bytes) { in get_heapsize() function
657 return self->get_heapsize(self, gbytes, bytes); in get_heapsize()
/dports/databases/db18/db-18.1.40/build_windows/
H A Ddb_cxx.h236 virtual int get_heapsize(u_int32_t *, u_int32_t *);
/dports/databases/db18/db-18.1.40/build_vxworks/
H A Ddb_cxx.h236 virtual int get_heapsize(u_int32_t *, u_int32_t *);
/dports/databases/db18/db-18.1.40/lang/csharp/libdb_csharp/
H A Ddb.i708 int get_heapsize(u_int32_t *gbytes, u_int32_t *bytes) { in get_heapsize() function
709 return self->get_heapsize(self, gbytes, bytes); in get_heapsize()

12