Searched defs:allocations (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c636 * This structure is used to keep track of the intial allocations
645 } allocations[NUM_ALLOCATIONS]; variable in typeref:struct:__anon107
653 allocations[num_allocations].al_ptr = (void**)&ptr; \
654 allocations[num_allocations].al_size = size; \
677 *allocations[i].al_ptr = (void *)mem;
678 mem += allocations[i].al_size;
1168 * We now compute the sizes of all the initial allocations for
1305 * do all the initial allocations
2010 * Do final allocations of HAT data structures that need to

Completed in 55 milliseconds