small_mallinfo     71 libbase/gmemory.h     int addStats(struct small_mallinfo *x);
small_mallinfo     72 libbase/gmemory.h     int addStats(struct small_mallinfo *x, int line);
small_mallinfo     73 libbase/gmemory.h     struct small_mallinfo *getStats() { return _info; };
small_mallinfo     74 libbase/gmemory.h     struct small_mallinfo *operator[](int x) { return _info + x; };
small_mallinfo     90 libbase/gmemory.h     void dump(struct small_mallinfo *x);
small_mallinfo    101 libbase/gmemory.h     struct small_mallinfo *_info;
small_mallinfo     62 libbase/memory.cpp     _info = new struct small_mallinfo[_size];
small_mallinfo     95 libbase/memory.cpp         _info = new struct small_mallinfo[_size];
small_mallinfo    106 libbase/memory.cpp         struct small_mallinfo *ptr = _info + _index;        
small_mallinfo    118 libbase/memory.cpp         struct small_mallinfo *ptr = _info + _index;        
small_mallinfo    127 libbase/memory.cpp Memory::addStats(struct small_mallinfo *ptr)
small_mallinfo    134 libbase/memory.cpp Memory::addStats(struct small_mallinfo *ptr, int line)
small_mallinfo    227 libbase/memory.cpp             struct small_mallinfo *ptr = _info + i;
small_mallinfo    331 libbase/memory.cpp Memory::dump(struct small_mallinfo *ptr)
small_mallinfo    365 libbase/memory.cpp     struct small_mallinfo *ptr;