This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
concurrentqueue
mirror of
https://github.com/cameron314/concurrentqueue.git
Code
Releases
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
master
1.0.2
v1.0.0-beta
v1.0.1
v1.0.2
v1.0.3
v1.0.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
concurrentqueue
/
tests
/
unittests
/
mallocmacro.cpp
5 lines
100 B
C++
Raw
Permalink
Blame
History
#
define malloc(x) malloc(x)
#
define free(x) free(x)
#
include
"../../blockingconcurrentqueue.h"
View Git Blame
Copy Permalink