Searched refs:CHUNK_SIZE_SMALL (Results 1 – 1 of 1) sorted by relevance
64 #define CHUNK_SIZE_SMALL 8 /**< Smaller size to allocate chunks by. */ macro1917 mem = CHUNK_SIZE_SMALL; in planet_parse()2044 sys->planets = malloc( sizeof(Planet*) * CHUNK_SIZE_SMALL ); in system_addPlanet()2045 sys->planetsid = malloc( sizeof(int) * CHUNK_SIZE_SMALL ); in system_addPlanet()2047 else if (sys->nplanets > CHUNK_SIZE_SMALL) { in system_addPlanet()