Home
last modified time | relevance | path

Searched defs:memfree (Results 1 – 25 of 133) sorted by relevance

123456

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/fastdxt/
H A Dutil.h78 #define memfree(x) aligned_free(x) macro
80 #define memfree(x) free(x) macro
/dports/lang/sdcc/sdcc-4.0.0/device/lib/pic16/libc/stdlib/
H A Dmemfree.c33 unsigned int memfree(void) in memfree() function
/dports/lang/sdcc/sdcc-4.0.0/device/lib/pic14/libc/
H A Dmemfree.c34 size_t memfree (void) in memfree() function
/dports/devel/ptypes/ptypes-2.1.1/src/
H A Dpmem.cxx79 void ptdecl memfree(void* p) in memfree() function
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_cuda_get_device_properties.cu69 size_t memfree, memtotal; in GB_cuda_get_device_properties() local
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmt/
H A Dmem.c79 void memfree(register void *ptr, register size_t size) in memfree() function
/dports/x11/waybar/Waybar-0.9.12/src/modules/memory/
H A Dcommon.cpp19 unsigned long memfree; in update() local
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/hardware/memory/
H A Dmemory_linux.c27 unsigned long memtotal = 0, memfree = 0, memshared = 0, in netsnmp_mem_arch_load() local
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/freebsd/
H A Dmem.c88 gulong memfree; in glibtop_get_mem_s() local

123456