Home
last modified time | relevance | path

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

/external/oprofile/libdb/
Ddb_manage.c69 unsigned int old_file_size; in odb_grow_hashtable() local
74 old_file_size = tables_size(data, data->descr->size); in odb_grow_hashtable()
85 old_file_size, new_file_size, MREMAP_MAYMOVE); in odb_grow_hashtable()
92 munmap(data->base_memory, old_file_size); in odb_grow_hashtable()