Home
last modified time | relevance | path

Searched defs:heap_free (Results 1 – 25 of 56) sorted by relevance

123

/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows-0.9.1/src/runtime/
H A Dheap.rs9 pub unsafe fn heap_free(ptr: RawPtr) { in heap_free() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/runtime/
H A Dheap.rs9 pub unsafe fn heap_free(ptr: RawPtr) { in heap_free() function
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/
H A Dheap_free.asm17 heap_free: label
/dports/net/dictd/dictd-1.13.1/
H A Dheap.h41 #define heap_free(heap, p) (p ? xfree (p), NULL : NULL) macro
H A Dheap.c109 void heap_free (void *heap, void *p) in heap_free() function
/dports/textproc/dict/dictd-1.13.1/
H A Dheap.h41 #define heap_free(heap, p) (p ? xfree (p), NULL : NULL) macro
H A Dheap.c109 void heap_free (void *heap, void *p) in heap_free() function
/dports/textproc/dictfmt/dictd-1.13.1/
H A Dheap.h41 #define heap_free(heap, p) (p ? xfree (p), NULL : NULL) macro
H A Dheap.c109 void heap_free (void *heap, void *p) in heap_free() function
/dports/dns/libbind/libbind-6.0/include/isc/
H A Dheap.h32 #define heap_free __heap_free macro
/dports/german/BBBike/BBBike-3.18/ext/Strassen-Inline/
H A Dheap.h32 #define heap_free __heap_free macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/include/isc/
H A Dheap.h34 #define heap_free __heap_free macro
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Ditt_notify.hpp441 struct heap_free struct
443 heap_free(heap_function& heap_function, void* addr) in heap_free() function
449 ~heap_free() in ~heap_free()
455 heap_function& heap_function_;
456 void* addr_;
716 struct heap_free struct
718 heap_free(heap_function& /*heap_function*/, void*) {} in heap_free() function
719 ~heap_free() {} in ~heap_free()
/dports/math/gecode/gecode-0916a1a/gecode/kernel/memory/
H A Dregion.cpp113 Region::heap_free(void) { in heap_free() function in Gecode::Region
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/glulxe/
H A Dheap.cpp193 void Glulxe::heap_free(uint addr) { in heap_free() function in Glk::Glulxe::Glulxe
/dports/games/scummvm/scummvm-2.5.1/engines/glk/glulx/
H A Dheap.cpp193 void Glulx::heap_free(uint addr) { in heap_free() function in Glk::Glulx::Glulx
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/ccan/heap/
H A Dheap.c115 void heap_free(struct heap *heap) in heap_free() function
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/ccan/heap/
H A Dheap.c115 void heap_free(struct heap *heap) in heap_free() function
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/ccan/heap/
H A Dheap.c115 void heap_free(struct heap *heap) in heap_free() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/ccan/heap/
H A Dheap.c115 void heap_free(struct heap *heap) in heap_free() function
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libz-sys-1.1.0/src/zlib-ng/
H A Dinflate.h115 unsigned lenbits; /* index bits for lencode */ in heap_pop()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/ccan/heap/
H A Dheap.c115 void heap_free(struct heap *heap) in heap_free() function
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dheap.c70 heap_free (struct heap *heap) in heap_free() function
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dheap.c70 heap_free (struct heap *heap) in heap_free() function
/dports/cad/pcb/pcb-4.2.0/src/
H A Dheap.c147 void heap_free (heap_t *heap, void (*freefunc) (void *)) in heap_free() function

123