ReactOS 0.4.16-dev-965-gf669426
|
#include <_pthread_alloc.h>
Public Types | |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef void * | pointer |
typedef const void * | const_pointer |
typedef void | value_type |
Definition at line 373 of file _pthread_alloc.h.
typedef const void* per_thread_allocator< void >::const_pointer |
Definition at line 378 of file _pthread_alloc.h.
typedef ptrdiff_t per_thread_allocator< void >::difference_type |
Definition at line 376 of file _pthread_alloc.h.
typedef void* per_thread_allocator< void >::pointer |
Definition at line 377 of file _pthread_alloc.h.
typedef size_t per_thread_allocator< void >::size_type |
Definition at line 375 of file _pthread_alloc.h.
typedef void per_thread_allocator< void >::value_type |
Definition at line 379 of file _pthread_alloc.h.