Searched refs:allocated (Results 1 - 2 of 2) sorted by relevance

/system/core/cpio/
H A Dmkbootfs.c281 int allocated = 8; local
285 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry));
293 if (used >= allocated) {
294 allocated *= 2;
296 canned_config, allocated * sizeof(struct fs_config_entry));
312 if (used >= allocated) {
313 ++allocated;
315 canned_config, allocated * sizeof(struct fs_config_entry));
/system/core/toolbox/
H A Dschedtop.c27 size_t allocated; member in struct:thread_table
51 size_t size = table->allocated;
64 table->allocated = size;
69 if (table->active >= table->allocated)

Completed in 50 milliseconds