Shadowrun: Awakened 29 September 2011 - Build 871
Defines | Functions
scalable_allocator.h File Reference
#include <stddef.h>
Include dependency graph for Third Party Tech/TBB/tbb30_20100406oss_win/tbb30_20100406oss/include/tbb/scalable_allocator.h:

Go to the source code of this file.

Defines

#define __TBB_EXPORTED_FUNC

Functions

void __TBB_EXPORTED_FUNC scalable_aligned_free (void *ptr)
void *__TBB_EXPORTED_FUNC scalable_aligned_malloc (size_t size, size_t alignment)
void *__TBB_EXPORTED_FUNC scalable_aligned_realloc (void *ptr, size_t size, size_t alignment)
void *__TBB_EXPORTED_FUNC scalable_calloc (size_t nobj, size_t size)
void __TBB_EXPORTED_FUNC scalable_free (void *ptr)
void *__TBB_EXPORTED_FUNC scalable_malloc (size_t size)
size_t __TBB_EXPORTED_FUNC scalable_msize (void *ptr)
int __TBB_EXPORTED_FUNC scalable_posix_memalign (void **memptr, size_t alignment, size_t size)
void *__TBB_EXPORTED_FUNC scalable_realloc (void *ptr, size_t size)

Detailed Description

Definition in file Third Party Tech/TBB/tbb30_20100406oss_win/tbb30_20100406oss/include/tbb/scalable_allocator.h.


Define Documentation

#define __TBB_EXPORTED_FUNC

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net