Searched refs:J2S_POOL_SIZE (Results 1 – 1 of 1) sorted by relevance
22 #define J2S_POOL_SIZE (2048 * 1024) macro69 if (j2s_pool->used + size >= J2S_POOL_SIZE) { in j2s_alloc_data()74 j2s_pool->data = (uint8_t *)malloc(J2S_POOL_SIZE); in j2s_alloc_data()