Hi, I'm not sure if I'm approaching this from the wrong direction, but I have defined a dynamic array via:

ENTITY** spawn_places = sys_malloc(sizeof(ENTITY*)*size);
where size is an integer.

Is there any way for me to determine what size spawn_places is without storing integer size?