代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/147537/12548068

cpp dpartition.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "DPartition.h" #include "malloc.h" //--------------------------------
www.eeworm.com/read/147537/12548075

~cpp dpartition.~cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "DPartition.h" #include "malloc.h" //--------------------------------
www.eeworm.com/read/191979/8413585

c mvmemoryalloc.c

#include "MVGlobal.h" #include "MVMemoryalloc.h" void * xvid_malloc(size_t size, uint8_t alignment) { uint8_t *mem_ptr; if (!alignment) { if ((mem_ptr = (uint8_t *) malloc(size +
www.eeworm.com/read/390847/8437729

c sy9_3.c

/* sy9_3.c */ #include #include /* malloc()等 */ #include /* EOF(=^Z或F6),NULL */ #include /* atoi() */ #include /*floor(),ceil(),abs() */
www.eeworm.com/read/289178/8570292

c linear_model_matlab.c

#include #include #include "linear.h" #include "mex.h" #if MX_API_VER < 0x07030000 typedef int mwIndex; #endif #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) #define
www.eeworm.com/read/388611/8597176

c svm-train.c

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help() { printf( "Usage: svm-tr
www.eeworm.com/read/287351/8691235

c svm-train.c

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help() { printf( "Usage: svm-tr
www.eeworm.com/read/385817/8787759

c svm-train.c

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help() { printf( "Usage: svm-tr
www.eeworm.com/read/427351/8950248

c svm-train.c

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help() { printf( "Usage: svm-tr
www.eeworm.com/read/283068/9044456

c svm-train.c

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help() { printf( "Usage: svm-tr