e.g ``` char * message; message = tgc_alloc(&gc, 10); // it allocate strcpy(message, "test"); message ="update" // override the value, ```