Home
last modified time | relevance | path

Searched refs:DOUBLE_POOL_ALLOC (Results 1 – 1 of 1) sorted by relevance

/lk-master/lib/pool/test/
A Dpool_test.cc7 #define DOUBLE_POOL_ALLOC(pool) TYPED_POOL_ALLOC(double, pool) macro
16 double *d0 = DOUBLE_POOL_ALLOC(&pool); in TEST()
20 double *d1 = DOUBLE_POOL_ALLOC(&pool); in TEST()
24 double *d2 = DOUBLE_POOL_ALLOC(&pool); in TEST()
34 double *d3 = DOUBLE_POOL_ALLOC(&pool); in TEST()
39 d3 = DOUBLE_POOL_ALLOC(&pool); in TEST()

Completed in 3 milliseconds