Age | Commit message (Collapse) | Author |
|
Reviewed by Graham
|
|
made LLTrace::MemTrackable support custom alignment
LLDrawable now uses MemTrackable new and delete operators
|
|
fix for compile error on windows
ignore stdint.h even though VS2010 provides it
|
|
|
|
fixes to merge
|
|
|
|
|
|
memory corruption in the case that the new memory size requested is smaller than the old memory size. Also, adding check to ensure that the aligned malloc returns a non-null value before memcopying.
|
|
|
|
|
|
|
|
added LLThreadLocalPtr
broke llmutex out into llmutex.h
got primary sampling buffer under thread local storage
|
|
|
|
tested
|
|
|
|
repository.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
errors and crashes associated with private memory pool.
|
|
implementation.
|
|
pool.
|
|
|
|
|
|
reviewed by davep.
|
|
|
|
|
|
|
|
|
|
|
|
locate memory leaking
|
|
|
|
chunk to the tail of the linked list so new allocations go to oldest chunks first.
|
|
|
|
|
|
|
|
|