slist: make sm->children a smaller type
commita68847a31053b606bf24739cd981eef0bedeb53a
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 8 Jan 2019 14:24:52 +0000 (8 17:24 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 8 Jan 2019 14:24:52 +0000 (8 17:24 +0300)
tree22c62f06ae54707e3cbf7068279d3cba3268c2f3
parent29f9c96af35c019715994ce91acb08477f740797
slist: make sm->children a smaller type

We only go up to 4k children before we say it's too much to
deal with.  The sm_state struct gets allocated a lot so it's
worthwhile to make it as small as possible.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.h
smatch_slist.c