Home
last modified time | relevance | path

Searched refs:nfree (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Objects/
Dfuncobject.c313 Py_ssize_t nfree, nclosure; in func_set_code() local
328 nfree = PyCode_GetNumFree((PyCodeObject *)value); in func_set_code()
331 if (nclosure != nfree) { in func_set_code()
336 nclosure, nfree); in func_set_code()
552 Py_ssize_t nfree, nclosure; in func_new_impl() local
564 nfree = PyTuple_GET_SIZE(code->co_freevars); in func_new_impl()
566 if (nfree && closure == Py_None) { in func_new_impl()
580 if (nfree != nclosure) in func_new_impl()
583 code->co_name, nfree, nclosure); in func_new_impl()
/third_party/e2fsprogs/e2fsck/
Dmtrace.h130 size_t nfree; /* Free fragments in a fragmented block. */ member
/third_party/boost/libs/container/src/
Ddlmalloc_ext_2_8_6.c1221 size_t nfree = SIZE_T_ONE; /* top always free */ in boost_cont_allocated_memory() local
1233 ++nfree; in boost_cont_allocated_memory()
1241 if(nfree) in boost_cont_allocated_memory()
1242 alloc_mem = (size_t)(uordblks - (nfree-1)*TOP_FOOT_SIZE); in boost_cont_allocated_memory()
Ddlmalloc_2_8_6.c3488 size_t nfree = SIZE_T_ONE; /* top always free */ in internal_mallinfo() local
3500 ++nfree; in internal_mallinfo()
3508 nm.ordblks = nfree; in internal_mallinfo()
/third_party/mksh/
Dmain.c1843 tp->nfree = (tp->tshift == 30) ? 0x3FFF0000UL : in tgrow()
1866 tp->nfree--; in tgrow()
1920 if (tp->nfree == 0) { in ktenter()
1939 tp->nfree--; in ktenter()
Dsh.h1749 size_t nfree; /* free table entries */ member
/third_party/FatFs/source/
Dff.c4395 DWORD nfree, clst, stat; in fat_count_free_entries() local
4401 nfree = 0; in fat_count_free_entries()
4408 if (stat == 0) nfree++; in fat_count_free_entries()
4421 if (ld_word(fs->win + i) == 0) nfree++; in fat_count_free_entries()
4424 if ((ld_dword(fs->win + i) & 0x0FFFFFFF) == 0) nfree++; in fat_count_free_entries()
4430 *nclst = nfree; /* Return the free clusters */ in fat_count_free_entries()
4431 fs->free_clst = nfree; /* Now free_clst is valid */ in fat_count_free_entries()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2911 size_t nfree = SIZE_T_ONE; /* top always free */ in internal_mallinfo() local
2923 ++nfree; in internal_mallinfo()
2931 nm.ordblks = nfree; in internal_mallinfo()
/third_party/libffi/src/
Ddlmalloc.c2893 size_t nfree = SIZE_T_ONE; /* top always free */ in internal_mallinfo() local
2905 ++nfree; in internal_mallinfo()
2913 nm.ordblks = nfree; in internal_mallinfo()
/third_party/NuttX/
DReleaseNotes29699 …* [#3725](https://github.com/apache/incubator-nuttx/pull/#3725) cmd/free: add nused/nfree field in…