Home
last modified time | relevance | path

Searched defs:mem_zone (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/bundlemanager/zlib/actszlibtest/
DActsZlibTest.cpp109 struct mem_zone { struct
110 struct mem_item *first; /* pointer to first item in list, or NULL */
111 size_t total, highwater; /* total allocations, and largest total */
112 size_t limit; /* memory allocation limit, or 0 if no limit */
113 int notlifo, rogue; /* counts of non-LIFO frees and rogue frees */
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
Dzlibndk.cpp28 struct mem_zone { struct
29 struct mem_item *first;
30 size_t total, highwater;
31 size_t limit;
32 int notlifo, rogue;