Home
last modified time | relevance | path

Searched refs:tables_size (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libdb/
Ddb_manage.c55 static unsigned int tables_size(odb_data_t const * data, odb_node_nr_t node_nr) in tables_size() function
74 old_file_size = tables_size(data, data->descr->size); in odb_grow_hashtable()
75 new_file_size = tables_size(data, data->descr->size * 2); in odb_grow_hashtable()
224 file_size = tables_size(data, nr_node); in odb_open()
235 data->base_memory = mmap(0, tables_size(data, nr_node), mmflags, in odb_open()
266 munmap(data->base_memory, tables_size(data, nr_node)); in odb_open()
283 size_t size = tables_size(data, data->descr->size); in odb_close()
318 size = tables_size(data, data->descr->size); in odb_sync()
/external/chromium_org/webkit/browser/quota/
Dquota_database.h159 const TableSchema* tables, size_t tables_size,
Dquota_database.cc514 const TableSchema* tables, size_t tables_size, in CreateSchema() argument
524 for (size_t i = 0; i < tables_size; ++i) { in CreateSchema()