Home
last modified time | relevance | path

Searched refs:check_top_chunk (Results 1 – 25 of 110) sorted by relevance

12345

/dports/lang/rust/rustc-1.58.1-src/vendor/dlmalloc/src/
H A Ddlmalloc.rs346 self.check_top_chunk(self.top); in malloc()
427 self.check_top_chunk(self.top); in sys_alloc()
736 self.check_top_chunk(q); in prepend_alloc()
819 self.check_top_chunk(self.top); in add_segment()
1280 self.check_top_chunk(self.top); in sys_trim()
1368 unsafe fn check_top_chunk(&self, p: *mut Chunk) { in check_top_chunk() method
1478 self.check_top_chunk(self.top); in check_malloc_state()
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/devel/jna/jna-5.7.0/native/libffi/src/
H A Ddlmalloc.c2263 #define check_top_chunk(M,P) macro
2268 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3346 check_top_chunk(m, q); in prepend_alloc()
3420 check_top_chunk(m, m->top); in add_segment()
3607 check_top_chunk(m, m->top); in sys_alloc()
3707 check_top_chunk(m, m->top); in sys_trim()
4245 check_top_chunk(gm, gm->top); in dlmalloc()
4489 check_top_chunk(m, m->top); in init_user_mstate()
4652 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/src/
H A Ddlmalloc.c2263 #define check_top_chunk(M,P) macro
2268 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3346 check_top_chunk(m, q); in prepend_alloc()
3420 check_top_chunk(m, m->top); in add_segment()
3607 check_top_chunk(m, m->top); in sys_alloc()
3707 check_top_chunk(m, m->top); in sys_trim()
4245 check_top_chunk(gm, gm->top); in dlmalloc()
4489 check_top_chunk(m, m->top); in init_user_mstate()
4652 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/lang/gcc8/gcc-8.5.0/libffi/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c2263 #define check_top_chunk(M,P) macro
2268 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3346 check_top_chunk(m, q); in prepend_alloc()
3420 check_top_chunk(m, m->top); in add_segment()
3607 check_top_chunk(m, m->top); in sys_alloc()
3707 check_top_chunk(m, m->top); in sys_trim()
4245 check_top_chunk(gm, gm->top); in dlmalloc()
4489 check_top_chunk(m, m->top); in init_user_mstate()
4652 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/lang/ruby26/ruby-2.6.9/ext/fiddle/libffi-3.2.1/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Ddlmalloc.c2188 #define check_top_chunk(M,P) macro
2193 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3274 check_top_chunk(m, q); in prepend_alloc()
3348 check_top_chunk(m, m->top); in add_segment()
3533 check_top_chunk(m, m->top); in sys_alloc()
3633 check_top_chunk(m, m->top); in sys_trim()
4178 check_top_chunk(gm, gm->top); in dlmalloc()
4430 check_top_chunk(m, m->top); in init_user_mstate()
4592 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/devel/sdl12/SDL-1.2.15/src/stdlib/
H A DSDL_malloc.c2211 #define check_top_chunk(M,P) macro
2216 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3291 check_top_chunk(m, q); in prepend_alloc()
3365 check_top_chunk(m, m->top); in add_segment()
3550 check_top_chunk(m, m->top); in sys_alloc()
3650 check_top_chunk(m, m->top); in sys_trim()
4188 check_top_chunk(gm, gm->top); in dlmalloc()
4432 check_top_chunk(m, m->top); in init_user_mstate()
4595 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/lang/gcc10/gcc-10.3.0/libffi/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libffi/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/www/firefox-esr/firefox-91.8.0/js/src/ctypes/libffi/src/
H A Ddlmalloc.c2263 #define check_top_chunk(M,P) macro
2268 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3346 check_top_chunk(m, q); in prepend_alloc()
3420 check_top_chunk(m, m->top); in add_segment()
3607 check_top_chunk(m, m->top); in sys_alloc()
3707 check_top_chunk(m, m->top); in sys_trim()
4245 check_top_chunk(gm, gm->top); in dlmalloc()
4489 check_top_chunk(m, m->top); in init_user_mstate()
4652 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/ctypes/libffi/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3/src/
H A Ddlmalloc.c2263 #define check_top_chunk(M,P) macro
2268 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3346 check_top_chunk(m, q); in prepend_alloc()
3420 check_top_chunk(m, m->top); in add_segment()
3607 check_top_chunk(m, m->top); in sys_alloc()
3707 check_top_chunk(m, m->top); in sys_trim()
4245 check_top_chunk(gm, gm->top); in dlmalloc()
4489 check_top_chunk(m, m->top); in init_user_mstate()
4652 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi/src/
H A Ddlmalloc.c2263 #define check_top_chunk(M,P) macro
2268 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3346 check_top_chunk(m, q); in prepend_alloc()
3420 check_top_chunk(m, m->top); in add_segment()
3607 check_top_chunk(m, m->top); in sys_alloc()
3707 check_top_chunk(m, m->top); in sys_trim()
4245 check_top_chunk(gm, gm->top); in dlmalloc()
4489 check_top_chunk(m, m->top); in init_user_mstate()
4652 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3-x86_64/src/
H A Ddlmalloc.c2263 #define check_top_chunk(M,P) macro
2268 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3346 check_top_chunk(m, q); in prepend_alloc()
3420 check_top_chunk(m, m->top); in add_segment()
3607 check_top_chunk(m, m->top); in sys_alloc()
3707 check_top_chunk(m, m->top); in sys_trim()
4245 check_top_chunk(gm, gm->top); in dlmalloc()
4489 check_top_chunk(m, m->top); in init_user_mstate()
4652 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3-arm64/src/
H A Ddlmalloc.c2263 #define check_top_chunk(M,P) macro
2268 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3346 check_top_chunk(m, q); in prepend_alloc()
3420 check_top_chunk(m, m->top); in add_segment()
3607 check_top_chunk(m, m->top); in sys_alloc()
3707 check_top_chunk(m, m->top); in sys_trim()
4245 check_top_chunk(gm, gm->top); in dlmalloc()
4489 check_top_chunk(m, m->top); in init_user_mstate()
4652 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libffi/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/lang/gcc9-devel/gcc-9-20211007/libffi/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libffi/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libffi/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/math/R-cran-Matching/Matching/inst/extras/
H A Dmalloc.c2165 #define check_top_chunk(M,P) macro
2170 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3243 check_top_chunk(m, q); in prepend_alloc()
3317 check_top_chunk(m, m->top); in add_segment()
3502 check_top_chunk(m, m->top); in sys_alloc()
3602 check_top_chunk(m, m->top); in sys_trim()
4140 check_top_chunk(gm, gm->top); in dlmalloc()
4384 check_top_chunk(m, m->top); in init_user_mstate()
4547 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/math/R/R-4.1.2/src/gnuwin32/
H A Dmalloc.c2199 #define check_top_chunk(M,P) macro
2204 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3281 check_top_chunk(m, q); in prepend_alloc()
3355 check_top_chunk(m, m->top); in add_segment()
3542 check_top_chunk(m, m->top); in sys_alloc()
3642 check_top_chunk(m, m->top); in sys_trim()
4181 check_top_chunk(gm, gm->top); in dlmalloc()
4437 check_top_chunk(m, m->top); in init_user_mstate()
4600 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libffi/src/
H A Ddlmalloc.c2258 #define check_top_chunk(M,P) macro
2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3341 check_top_chunk(m, q); in prepend_alloc()
3415 check_top_chunk(m, m->top); in add_segment()
3602 check_top_chunk(m, m->top); in sys_alloc()
3702 check_top_chunk(m, m->top); in sys_trim()
4240 check_top_chunk(gm, gm->top); in dlmalloc()
4484 check_top_chunk(m, m->top); in init_user_mstate()
4647 check_top_chunk(ms, ms->top); in mspace_malloc()
/dports/www/firefox/firefox-99.0/js/src/ctypes/libffi/src/
H A Ddlmalloc.c2263 #define check_top_chunk(M,P) macro
2268 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3346 check_top_chunk(m, q); in prepend_alloc()
3420 check_top_chunk(m, m->top); in add_segment()
3607 check_top_chunk(m, m->top); in sys_alloc()
3707 check_top_chunk(m, m->top); in sys_trim()
4245 check_top_chunk(gm, gm->top); in dlmalloc()
4489 check_top_chunk(m, m->top); in init_user_mstate()
4652 check_top_chunk(ms, ms->top); in mspace_malloc()

12345