| /src/external/bsd/jemalloc/dist/test/unit/ |
| sec.c | 9 size_t alloc_count; member in struct:pai_test_allocator_s 70 ta->alloc_count++; 138 ta->alloc_count = 0; 190 expect_zu_eq(0, ta.alloc_count, "Should be using batch allocs"); 191 size_t max_allocs = ta.alloc_count + ta.alloc_batch_count; 208 expect_zu_eq(max_allocs, ta.alloc_count + ta.alloc_batch_count, 228 expect_zu_eq(max_allocs, ta.alloc_count + ta.alloc_batch_count, 267 size_t max_allocs = ta.alloc_count + ta.alloc_batch_count; 288 expect_zu_eq(max_allocs, ta.alloc_count + ta.alloc_batch_count, 324 size_t max_allocs = ta.alloc_count + ta.alloc_batch_count [all...] |
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| sec.c | 9 size_t alloc_count; member in struct:pai_test_allocator_s 70 ta->alloc_count++; 138 ta->alloc_count = 0; 190 expect_zu_eq(0, ta.alloc_count, "Should be using batch allocs"); 191 size_t max_allocs = ta.alloc_count + ta.alloc_batch_count; 208 expect_zu_eq(max_allocs, ta.alloc_count + ta.alloc_batch_count, 228 expect_zu_eq(max_allocs, ta.alloc_count + ta.alloc_batch_count, 267 size_t max_allocs = ta.alloc_count + ta.alloc_batch_count; 288 expect_zu_eq(max_allocs, ta.alloc_count + ta.alloc_batch_count, 324 size_t max_allocs = ta.alloc_count + ta.alloc_batch_count [all...] |
| /src/lib/libisns/ |
| isns_pdu.c | 78 int alloc_count; member in struct:isns_buffer_list_s 174 list_p->alloc_count = 0; 179 if (list_p->alloc_count == 0) { 214 list_p->alloc_count += n; 246 list_p->alloc_count--; 250 if (list_p->alloc_count > 0) { 255 list_p->alloc_count, list_p->buf_size);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-threadedge.cc | 658 const int alloc_count = 16; // ?? Should this be a PARAM? local 663 i * 4 <= alloc_count * 3 && !gsi_end_p (si); gsi_next (&si)) 673 auto_vec<tree, alloc_count> fewvars; 676 /* If we're already starting with 3/4 of alloc_count, go for a 679 if (i * 4 > alloc_count * 3) 753 else if (fewvars.length () < (unsigned) alloc_count) 758 for (i = 0; i < alloc_count; i++)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-threadedge.cc | 658 const int alloc_count = 16; // ?? Should this be a PARAM? local 663 i * 4 <= alloc_count * 3 && !gsi_end_p (si); gsi_next (&si)) 673 auto_vec<tree, alloc_count> fewvars; 676 /* If we're already starting with 3/4 of alloc_count, go for a 679 if (i * 4 > alloc_count * 3) 753 else if (fewvars.length () < (unsigned) alloc_count) 758 for (i = 0; i < alloc_count; i++)
|
| /src/external/bsd/jemalloc/dist/src/ |
| prof_log.c | 376 size_t alloc_count = prof_log_alloc_count(); local 380 if (bt_count != 0 || thr_count != 0 || alloc_count || 0) {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| minsyms.c | 1408 int alloc_count; 1423 alloc_count = m_msym_count + m_objfile->per_bfd->minimal_symbol_count; 1425 msym_holder (XNEWVEC (minimal_symbol, alloc_count)); 1407 int alloc_count; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| minsyms.c | 1408 int alloc_count; 1423 alloc_count = m_msym_count + m_objfile->per_bfd->minimal_symbol_count; 1425 msym_holder (XNEWVEC (minimal_symbol, alloc_count)); 1407 int alloc_count; local
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| prof_log.c | 376 size_t alloc_count = prof_log_alloc_count(); local 380 if (bt_count != 0 || thr_count != 0 || alloc_count || 0) {
|