Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libopus
/
a714ae98a849d03ab9948720a65b9ec57f1c9523
/
celt
/
stack_alloc.h
9283114
Adds explicit valgrind checks when ENABLE_VALGRIND is defined
by Jean-Marc Valin
· 12 years ago
936f52c
Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUDOSTACK).
by Gregory Maxwell
· 12 years ago
cb05e7c
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
by Jean-Marc Valin
· 13 years ago
120800f
Rename '_FOO' to avoid potentional collisions with reserved identifiers.
by Ralph Giles
· 13 years ago
c374990
renames the libcelt/ directory to celt/
by Jean-Marc Valin
· 13 years ago
[Renamed from libcelt/stack_alloc.h]
07f8840
Wrapping all allocation within opus_alloc() and opus_free()
by Jean-Marc Valin
· 13 years ago
662587d
Remove many unused defines and convert some double constants to float.
by Gregory Maxwell
· 13 years ago
71d39ad
Correct many whitespace errors under libcelt/ and remove
by Gregory Maxwell
· 13 years ago
d25dd2b
Fixes a declaration-after-statement error when using ALLOC_STACK
by Jean-Marc Valin
· 14 years ago
3806c1d
Relicensing under the simplified (2-clause) BSD license
by Jean-Marc Valin
· 14 years ago
6f6c88b
_alloca() for Win32
by Jean-Marc Valin
· 14 years ago
8b2ff0d
Updated copyright notices
by Jean-Marc Valin
· 15 years ago
ece2cfa
removed useless comments
by Jean-Marc Valin
· 15 years ago
8496695
Update valgrind support to match the latest valgrind API.
by Gregory Maxwell
· 15 years ago
242eee3
Enlarge CELT pseudo-stack for floating point unless an architecture specific value
by Gregory Maxwell
· 16 years ago
431e464
Making stack push a tiny bit clearer to the compiler -- don't think it really
by Jean-Marc Valin
· 17 years ago
f7cec83
pseudo-stack no longer checks on every function entry whether it has been
by Jean-Marc Valin
· 17 years ago
31b79d1
Changed definition of VARDECL to make it more flexible. No actual code change.
by Jean-Marc Valin
· 17 years ago
7b5dc85
manual stack allocator should now work for sizeof(char)!=1
by Jean-Marc Valin
· 17 years ago
9b9e986
Bit of memory reduction in the pitch search. More needed.
by Jean-Marc Valin
· 17 years ago
cac91ec
Fixed temp arrays that were allocated too large (no change in peak mem)
by Jean-Marc Valin
· 17 years ago
8600f69
Initial support for a managed stack/scratchpad. Still needs some work.
by Jean-Marc Valin
· 17 years ago
e046c18
Minus a bunch of warnings when enabling alloca()
by Jean-Marc Valin
· 17 years ago
9a0bba1
Everything should now compile with a C89 compiler.
by Jean-Marc Valin
· 17 years ago
a85657b
removed // comments and added stack_alloc.h (not used everywhere yet)
by Jean-Marc Valin
· 17 years ago