7 calls to parse_size()

color_scheme_form_submit in drupal-7.x/modules/color/color.module
Form submission handler for color_scheme_form().
CommonSizeTestCase::testCommonParseSize in drupal-7.x/modules/simpletest/tests/common.test
Check that parse_size() returns the proper byte sizes.
CommonSizeTestCase::testCommonParseSizeFormatSize in drupal-7.x/modules/simpletest/tests/common.test
Cross-test parse_size() and format_size().
drupal_check_memory_limit in drupal-7.x/includes/bootstrap.inc
Compares the memory required for an operation to the available memory.
file_field_widget_upload_validators in drupal-7.x/modules/file/file.field.inc
Retrieves the upload validators for a file field.
file_upload_max_size in drupal-7.x/includes/file.inc
Determines the maximum file upload size by querying the PHP settings.
_file_generic_settings_max_filesize in drupal-7.x/modules/file/file.field.inc
Element validate callback for the maximum upload size field.