- Added a bunch of fast atomic operations on x86 with C fallbacks
authorWim Taymans <wim.taymans@gmail.com>
Mon, 8 Jul 2002 19:12:38 +0000 (19:12 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 8 Jul 2002 19:12:38 +0000 (19:12 +0000)
commit74b6b732f14e8d4565e150dfb163db0bddaa158d
tree0bd2d3c8f8cee61cdd3beacc5e4457bcdbca57b8
parent80c371342bf3c8211324e6ff2ba5a55929e3bc42
- Added a bunch of fast atomic operations on x86 with C fallbacks

Original commit message from CVS:
- Added a bunch of fast atomic operations on x86 with C fallbacks
- Added the code for refcounting in GstData
- Added a gstmemchunk allocator using atomic operations
gst/gstatomic.h [new file with mode: 0644]
gst/gstdata.c [new file with mode: 0644]
gst/gstdata_private.h [new file with mode: 0644]
gst/gstmemchunk.c [new file with mode: 0644]
gst/gstmemchunk.h [new file with mode: 0644]