|
1c1d9b4158
|
changed code for old compilers
|
2015-03-24 09:34:57 +00:00 |
|
|
3793785e7c
|
enhanced constructors of some Mmged classes.
added Mmged:setMmgr() and changed the accessibility of the member manager variable
|
2015-03-11 01:47:26 +00:00 |
|
|
efc997750e
|
changed void* operator new (qse_size_t size, QSE::Mpool* mp) to fall back to mmgr upon size mismatch.
finished primitive BinaryHeap code.
renamed Array::get() to Array::getValueAt()
renamed Array::set() to Array::setValueAt()
|
2015-03-07 03:55:40 +00:00 |
|
|
dda5db6257
|
fixed a bug in void* operator new (qse_size_t size, QSE::Mpool* mp)
removed Mpool from Array
|
2015-03-06 18:24:49 +00:00 |
|
|
0c0f0df7d8
|
Added a couple of 'operator new()' definitions.
Started adding Array and BinaryHeap
|
2015-03-04 16:30:09 +00:00 |
|
|
37792be000
|
added Mpool::swap().
fixed a bug in HashList::rehash() when the memory pool is enabled.
added LinkedList::reverse()
|
2015-02-24 15:42:45 +00:00 |
|
|
bb1d41d4d0
|
dropped ExcMmgr and enhanced Mmgr to incoporate both exception raising and error returing
|
2015-02-02 13:30:33 +00:00 |
|
|
fbd7f3ccae
|
changed the memory allocation scheme for some c++ classes
|
2015-02-01 16:07:26 +00:00 |
|
|
8d88ef3f40
|
added ExcMmgr
simplified LinkedList
|
2015-01-05 04:15:32 +00:00 |
|
|
3b672857aa
|
added Mpool and LinkedList
|
2015-01-02 06:40:41 +00:00 |
|