Searched refs:data_alloc (Results 1 – 2 of 2) sorted by relevance
54 size_t data_alloc, data_used; local70 data_alloc = max (1, (size_t) dir->stat.st_size);72 dirdata->data = data = xmalloc (data_alloc);90 while (data_alloc < data_used + d_size)91 dirdata->data = data = xrealloc (data, data_alloc *= 2);
252 static Type *data_alloc (size_t count);261 xcallocator <Type>::data_alloc (size_t count) in data_alloc() function650 nentries = Allocator <value_type> ::data_alloc (n); in alloc_entries()