Searched refs:allocations (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | allocate.c | 56 desc->allocations = 0; in drop_all_allocations() 98 desc->allocations++; in allocate() 127 x->name, x->allocations, x->useful_bytes, x->total_bytes, in show_allocations() 129 (double) x->useful_bytes / x->allocations); in show_allocations() 135 s->allocations = x->allocations; in get_allocator_stats()
|
H A D | stats.c | 20 x.name, x.allocations, x.useful_bytes, x.total_bytes, in show_stats() 22 (double) x.useful_bytes / (x.allocations ? : 1)); in show_stats() 24 tot->allocations += x.allocations; in show_stats()
|
H A D | allocate.h | 19 unsigned long allocations, total_bytes, useful_bytes; member 24 unsigned int allocations; member
|
H A D | smatch_slist.c | 358 desc->allocations = 0; in free_every_single_sm_state()
|
H A D | smatch_ranges.c | 2051 desc->allocations = 0; in free_data_info_allocs()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | startup.c | 607 } allocations[NUM_ALLOCATIONS]; variable 615 allocations[num_allocations].al_ptr = (void**)&ptr; \ 616 allocations[num_allocations].al_size = size; \ 639 *allocations[i].al_ptr = (void *)mem; in perform_allocations() 640 mem += allocations[i].al_size; in perform_allocations()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_cfg.txt | 255 # associated with it. Thus, the MSI-X Vector allocations we give to the 556 # Total resources used by above allocations:
|
H A D | t5fw_cfg.txt | 290 # associated with it. Thus, the MSI-X Vector allocations we give to the 607 # Total resources used by above allocations:
|
H A D | t6fw_cfg.txt | 307 # associated with it. Thus, the MSI-X Vector allocations we give to the 597 # Total resources used by above allocations:
|
/illumos-gate/exception_lists/ |
H A D | check_rtime | 118 # management. Since ksh itself doesn't perform any memory allocations in
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | irpmarshall.c | 55 Double check memory allocations on unmarhsalling
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 184 * reflecting permanent kernel memory allocations. This system page retire
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 346 …tions that the ecore needs in order to perform it’s work; e.g., memory allocations – the ecore nee…
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 2087 Change: Set pointers to OSAL_NULL after freeing the allocations.
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 16038 allocations, and can therefore detect memory leaks and attempts to
|