Nicky
|
ea5ea803db
|
Fix casts that are invalid for 64 bit compilations.
|
2011-10-28 23:43:41 +02:00 |
Oz Linden
|
9785506d56
|
merge changes for storm-1651
|
2011-10-17 16:27:18 -04:00 |
Xiaohong Bao
|
897972636d
|
fix for SH-2464: Crash on exit in LLPrivateMemoryPoolManager::freeMem
|
2011-10-10 16:31:56 -06:00 |
Xiaohong Bao
|
616a7b549d
|
fix for VWR-26864: Recent commit to Snowstorm project introduces frequent errors and crashes associated with private memory pool.
|
2011-09-07 23:23:08 -06:00 |
Xiaohong Bao
|
ba2ae6bc95
|
re-write the hash table code to eliminate potential flaws and simplify the implementation.
|
2011-09-02 11:17:03 -06:00 |
Xiaohong Bao
|
48d949150c
|
add a debug setting "MemoryPrivatePoolEnabled" to turn on/off private memory pool.
|
2011-07-20 16:05:19 -06:00 |
Xiaohong Bao
|
76eca5d0bc
|
fix for memory alignment to 16 bytes.
|
2011-07-19 23:17:55 -06:00 |
Xiaohong Bao
|
d951267467
|
Merge from viewer-development
|
2011-07-15 12:14:34 -06:00 |
brad kittenbrink
|
2a843e9a6b
|
Fix up alignment problems for debug build.
reviewed by davep.
|
2011-05-12 16:09:42 -07:00 |
Xiaohong Bao
|
b594d3b04d
|
add debug mode to track the memory allocation/deallocation.
|
2011-05-10 21:02:20 -06:00 |
Xiaohong Bao
|
fc106df530
|
fix the compiling error: "free" is defined and in use globally.
|
2011-02-24 19:47:55 -07:00 |
Xiaohong Bao
|
108980f68c
|
add types to LLPrivateMemoryPool
|
2011-02-23 17:53:08 -07:00 |
Xiaohong Bao
|
01cdeb0cdd
|
Merge from viewer-development
|
2011-02-23 10:44:59 -07:00 |
Loren Shih
|
fbc6e5d639
|
Automated merge up from viewer-development into mesh-development
|
2011-02-01 11:28:22 -05:00 |
Xiaohong Bao
|
6531eed04e
|
add "pause" function for SH-846: design and implement the debug code to locate memory leaking
|
2011-01-26 17:03:30 -07:00 |
Xiaohong Bao
|
8f54dc2958
|
for SH-846: design and implement the debug code to locate memory leaking
|
2011-01-26 11:13:04 -07:00 |
Xiaohong Bao
|
7daa3d1ca1
|
fixed a hash bug, enlarged the overhead for large allocations, and add new chunk to the tail of the linked list so new allocations go to oldest chunks first.
|
2011-01-07 14:57:35 -07:00 |
Xiaohong Bao
|
a3759a7815
|
add the class LLPrivateMemoryPoolManager
|
2011-01-06 16:17:38 -07:00 |
Xiaohong Bao
|
f4a8027feb
|
removed some debug code, redesigned the hash function, fixed bugs
|
2011-01-06 12:36:44 -07:00 |
Xiaohong Bao
|
5654abd50d
|
a wroking version with a lot of debugging code (to be removed).
|
2011-01-04 13:14:36 -07:00 |
Xiaohong Bao
|
43f4429363
|
test code and some code change
|
2010-12-08 20:50:39 -07:00 |
Xiaohong Bao
|
f4ff1430f0
|
first iteration of memory pool code
|
2010-12-03 22:16:16 -07:00 |
Dave Parks
|
15ee60e391
|
#ifdef out ll_align_malloc/free (gcc 4.2 is unhappy about some of the syntax there)
|
2010-12-03 03:28:00 -06:00 |
Oz Linden
|
a5619d16f7
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
Oz Linden
|
06b0d72efa
|
Change license from GPL to LGPL (version 2.1)
|
2010-08-13 07:24:57 -04:00 |
Matthew Breindel
|
6f2bd694d9
|
Fixed mac build (given LL_MESH_ENABLED set to 0).
|
2010-06-26 12:35:05 -07:00 |
Tofu Linden
|
f40d07512a
|
finish conversion to ll_aligned_*() wrappers
|
2010-06-04 09:04:36 +01:00 |
Tofu Linden
|
dc2f50642b
|
lots of _mm_malloc and _mm_free -> ll_aligned_malloc_16 and ll_aligned_free_16
more to come.
|
2010-06-04 08:54:03 +01:00 |
Karl Stiefvater (qarl)
|
0222829e93
|
fix parameter mixup in linux posix_memalign.
|
2010-05-24 17:23:24 -05:00 |
Karl Stiefvater (qarl)
|
62059a05cf
|
fix aligned malloc for osx. reviewed by falcon.
|
2010-05-24 17:10:21 -05:00 |
Tofu Linden
|
ab31e3bb21
|
Fix up the SSE stuff so it compiles on Linux. Though I don't think it actually works properly.
|
2010-05-21 15:11:16 +01:00 |
Bryan O'Sullivan
|
699eac4ee3
|
Switch some files to Unix line endings
|
2009-11-18 17:52:03 -08:00 |
Loren Shih
|
59eb2815bf
|
merge
--HG--
branch : avatar-pipeline
|
2009-11-13 18:28:27 -05:00 |
Loren Shih
|
0dd9871012
|
merge
--HG--
branch : avatar-pipeline
|
2009-11-03 14:02:02 -05:00 |
brad kittenbrink
|
f94d959e84
|
Fixups for windows llcommon dll linkage errors that got dropped in the merge up to viewer-2.0.0-3
|
2009-07-01 19:02:42 -04:00 |
Steven Bennetts
|
9ec432034d
|
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
ignore-dead-branch
|
2009-06-21 08:04:56 +00:00 |
Aaron Brashears
|
e3cf284388
|
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
|
2009-01-08 00:05:06 +00:00 |
Kent Quirk
|
667ca55bad
|
svn merge -r106715:HEAD svn+ssh://svn.lindenlab.com/svn/linden/branches/q/notifications-merge-r106715 . QAR-1149 -- Final merge of notifications to trunk.
|
2009-01-05 18:59:12 +00:00 |
Steven Bennetts
|
941cb9f412
|
merge release@83343 skinning-1-merge@83714 -> release
QAR-424
|
2008-04-01 17:45:04 +00:00 |
Steven Bennetts
|
2e32d44e71
|
merge svn+ssh://svn.lindenlab.com/svn/linden/qa/combo-merge-ui-2008-02-13 -r 79986 : 80178 -> release.
QAR-290 = QAR-271 + QAR-191
|
2008-02-19 21:42:32 +00:00 |
Aaron Brashears
|
5595a99623
|
Result of svn merge -r71162:71205 svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code.
|
2007-10-04 23:19:43 +00:00 |
Don Kjer
|
13c391f198
|
EFFECTIVE MERGE: svn merge -r 68118:68999 svn+ssh://svn/svn/linden/branches/maintenance
ACTUAL MERGE: svn merge -r 69685:69687 svn+ssh://svn/svn/linden/branches/release-r69649-maintenance-sync
EQUIVALENT TO: svn merge -r 68118:69663 svn+ssh://svn/svn/linden/branches/maintenance-r68999
|
2007-09-14 21:13:20 +00:00 |
Josh Bell
|
0277259455
|
svn merge -r 59968:60342 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
|
2007-04-11 17:54:18 +00:00 |
Josh Bell
|
ea8fb7238e
|
svn merge -r 59364:59813 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
|
2007-03-31 01:41:19 +00:00 |
Steven Bennetts
|
14360b815e
|
merge -r 58641:58711 maintenance -> release
|
2007-03-06 00:37:09 +00:00 |
Steven Bennetts
|
4dabd9c047
|
merge release@58699 beta-1-14-0@58707 -> release
|
2007-03-02 21:25:50 +00:00 |
Richard Nelson
|
73bc0fb42b
|
merge -r 56779:58057 /branches/selection_management
|
2007-02-17 03:02:16 +00:00 |
James Cook
|
420b91db29
|
Print done when done.
|
2007-01-02 08:33:20 +00:00 |