代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/387809/8652728

cpp tree.cpp

#include #include #include "list.h" #include "string.h" #include "poly.h" #include "tree.h" #include "queue.h" tree newTree(mystring name) { tree t=(tree)malloc(sizeo
www.eeworm.com/read/387809/8652757

cpp tree.cpp

#include #include #include "list.h" #include "string.h" #include "poly.h" #include "tree.h" #include "queue.h" tree newTree(mystring name) { tree t=(tree)malloc(sizeo
www.eeworm.com/read/174714/9575491

c albert.c

#include #include #include #include #define new(PP) (PP *) malloc(sizeof(PP)) typedef struct q { jmp_buf ppp; long qq; struct q *P; struct q
www.eeworm.com/read/174714/9575583

c albertor.c

#include #include #include #include #define new(PP) (PP *) malloc(sizeof(PP)) typedef struct q { jmp_buf ppp; long qq; struct q *P; struct q
www.eeworm.com/read/163813/10144283

cpp train.cpp

#include "stdafx.h" #include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void parse_comma
www.eeworm.com/read/163813/10144307

h svmt.h

#include "stdafx.h" #include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help(
www.eeworm.com/read/324002/13296108

c kalman.c

#include "stdio.h" #include "stdlib.h" #include "math.h" int brinv(double a[],int n) { int *is,*js,i,j,k,l,u,v; double d,p; is=malloc(n*sizeof(int)); js=malloc(n*sizeof(int))
www.eeworm.com/read/147331/5732712

c valloc.c

#ifndef MALLOC_PROVIDED /* valloc.c -- a wrapper for valloc_r and pvalloc_r. */ #include #include #include #include #ifndef _REENT_ONLY _PTR _DEFUN (vallo
www.eeworm.com/read/143026/5760018

h os_types.h

#ifndef _OS_TYPES_H #define _OS_TYPES_H #define _ogg_malloc malloc #define _ogg_calloc calloc #define _ogg_realloc realloc #define _ogg_free free #ifdef _WIN32 # ifndef __GNUC_
www.eeworm.com/read/139842/5796921

h os_types.h

#ifndef _OS_TYPES_H #define _OS_TYPES_H #define _ogg_malloc malloc #define _ogg_calloc calloc #define _ogg_realloc realloc #define _ogg_free free #ifdef _WIN32 # ifndef __GNUC_