| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| hpa_hooks.h | 8 void (*purge)(void *ptr, size_t size); member in struct:hpa_hooks_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| hpa_hooks.h | 8 void (*purge)(void *ptr, size_t size); member in struct:hpa_hooks_s
|
| /src/external/bsd/jemalloc/dist/test/integration/ |
| aligned_alloc.c | 11 purge(void) { function 12 expect_d_eq(mallctl("arena.0.purge", NULL, NULL, NULL, 0), 0, 135 purge();
|
| posix_memalign.c | 11 purge(void) { function 12 expect_d_eq(mallctl("arena.0.purge", NULL, NULL, NULL, 0), 0, 116 purge();
|
| mallocx.c | 49 purge(void) { function 50 expect_d_eq(mallctl("arena.0.purge", NULL, NULL, NULL, 0), 0, 142 purge(); 192 purge(); 259 purge();
|
| smallocx.c | 69 purge(void) { function 70 expect_d_eq(mallctl("arena.0.purge", NULL, NULL, NULL, 0), 0, 166 purge(); 225 purge(); 297 purge();
|
| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| aligned_alloc.c | 11 purge(void) { function 12 assert_d_eq(mallctl("arena.0.purge", NULL, NULL, NULL, 0), 0, 121 purge();
|
| posix_memalign.c | 11 purge(void) { function 12 assert_d_eq(mallctl("arena.0.purge", NULL, NULL, NULL, 0), 0, 115 purge();
|
| mallocx.c | 49 purge(void) { function 50 assert_d_eq(mallctl("arena.0.purge", NULL, NULL, NULL, 0), 0, 100 purge(); 147 purge(); 214 purge();
|
| /src/distrib/utils/more/ |
| output.c | 150 * Purge any pending output. 153 purge() function
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| dnssec.h | 66 bool purge; /*% remove key files */ member in struct:dns_dnsseckey
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| dnssec.h | 66 bool purge; /*% remove key files */ member in struct:dns_dnsseckey
|
| /src/usr.sbin/quotarestore/ |
| quotarestore.c | 348 purge(struct quotahandle *qh, struct qklist *dropkeys) function 564 purge(qh, dropkeys);
|
| /src/external/bsd/ipf/dist/tools/ |
| ipnat_y.y | 1066 rr frag age mssclamp nattag setproto purge 1070 rr frag age sticky mssclamp rdrproxy nattag purge 1117 purge: label 1283 { "purge", IPNY_PURGE },
|
| /src/external/mpl/bind/dist/lib/ns/ |
| interfacemgr.c | 1371 bool purge = true; local 1380 purge = false; 1389 if (purge) {
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_gem_gtt.c | 928 struct drm_i915_gem_object *purge; local 945 purge = fake_dma_object(vm->i915, size); 946 if (IS_ERR(purge)) 947 return PTR_ERR(purge); 949 vma = i915_vma_instance(purge, vm, NULL); 984 i915_gem_object_put(purge); 996 i915_gem_object_put(purge);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region-model-manager.cc | 1370 /* Purge state relating to SVAL. */ 1373 conjured_purge::purge (const conjured_svalue *sval) const function in class:ana::conjured_purge 1381 Use P to purge existing state from the svalue, for the case where a 1397 execution path. For the latter, purge any state involving the "new" 1399 p.purge (sval);
|
| constraint-manager.cc | 2771 constraint_manager::purge (const PurgeCriteria &p, purge_stats *stats) function in class:ana::constraint_manager 2925 /* Implementation of PurgeCriteria: purge svalues that are not live 2947 /* Purge dead svalues from equivalence classes and update constraints 2956 purge (p, NULL); 2973 /* Purge any state involving SVAL. */ 2979 purge (p, NULL); 3018 /* Purge redundant equivalence classes and constraints, and reorder them 3060 /* Purge unused ECs: those that aren't used by constraints and 4235 /* Purge state for "a". */ 4253 /* Purge state for "a". * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region-model-manager.cc | 1207 /* Purge state relating to SVAL. */ 1210 conjured_purge::purge (const conjured_svalue *sval) const function in class:ana::conjured_purge 1217 Use P to purge existing state from the svalue, for the case where a 1232 execution path. For the latter, purge any state involving the "new" 1234 p.purge (sval);
|
| constraint-manager.cc | 2560 constraint_manager::purge (const PurgeCriteria &p, purge_stats *stats) function in class:ana::constraint_manager 2714 /* Implementation of PurgeCriteria: purge svalues that are not live 2736 /* Purge dead svalues from equivalence classes and update constraints 2745 purge (p, NULL); 2762 /* Purge any state involving SVAL. */ 2768 purge (p, NULL); 2807 /* Purge redundant equivalence classes and constraints, and reorder them 2849 /* Purge unused ECs: those that aren't used by constraints and 3970 /* Purge state for "a". */ 3988 /* Purge state for "a". * [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| cfgrtl.cc | 232 /* Like delete_insn but also purge dead edges from BB. 238 bool purge = false; 244 purge = true; 250 purge = true; 255 if (purge) 3419 /* Search all basic blocks for potentially dead edges and purge them. Return 236 bool purge = false; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgrtl.cc | 232 /* Like delete_insn but also purge dead edges from BB. 238 bool purge = false; 244 purge = true; 250 purge = true; 255 if (purge) 3391 /* Search all basic blocks for potentially dead edges and purge them. Return 236 bool purge = false; local
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Experiment.cc | 5653 Experiment::purge () function in class:Experiment 5655 // This routine will purge all of the caches of releasable storage.
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Experiment.cc | 5653 Experiment::purge () function in class:Experiment 5655 // This routine will purge all of the caches of releasable storage.
|