Home
last modified time | relevance | path

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

/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/test/
H A Dodbctap.h133 #define MAX_MEM_BLOCK_ELEMENTS 100 macro
211 void *blk[MAX_MEM_BLOCK_ELEMENTS];
1387 if (gc_blk.counter >= MAX_MEM_BLOCK_ELEMENTS || len <= 0) in gc_alloc()