OSDN Git Service

Minor cleanup of some initialization code.
authorCarl Shapiro <cshapiro@google.com>
Fri, 14 Jan 2011 01:25:19 +0000 (17:25 -0800)
committerCarl Shapiro <cshapiro@google.com>
Fri, 14 Jan 2011 01:25:19 +0000 (17:25 -0800)
commite5f172fb521d19b70dc747d1e70cafaadc1fd135
tree818b1a32dc0077d7a5ebf142d3b1abc2b9fe1db7
parenta0f4e1824b95c846cd4f04e411abb0862b26b733
Minor cleanup of some initialization code.

This change removes the "dvm" prefix from static functions and makes
the memory option processor use the potentially wider size_t type for
manipulating memory sizes instead of the unsigned int type.

Change-Id: Ia85b01d2a852080e56e4da7c9393fe4e6c2bdf00
vm/Init.c