代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/474909/6797713

c gnu_iodemo.c

/* * IODEMO.C: Demonstrates usage of printf, scanf and malloc with * GNU Compiler (on ADuC7024) * Copyright KEIL ELEKTRONIK GmbH and KEIL SOFTWARE, Inc. 2003 - 2004 * * This
www.eeworm.com/read/474431/6809310

c invcreat.c

/* ** Function to create a SUBASSEMBLY inventory record. */ #include #include #include "inventor.h" Invrec * create_subassy_record( int n_parts ) { Invrec *new_rec;
www.eeworm.com/read/474431/6809312

c alloc.c

/* ** Implementation for a less error-prone memory allocator. */ #include #include "alloc.h" #undef malloc void * alloc( size_t size ) { void *new_mem; /* ** Ask for the re
www.eeworm.com/read/392414/8344226

c login_bak.c

/*#include #include #include */ #include // malloc #include #include "../include/structs.h" #include "../include/stddef.h" void mysig(int sig);
www.eeworm.com/read/173227/9666399

cpp main.cpp

/******************************************************************************** Warcraft 3 Viewer - Utility to view models and textures from Warcraft 3 Copyright (C) 2002 David GRIMBICH
www.eeworm.com/read/171367/9759546

c vdev.c

#include #include "var.h" #include #include #include #include #include #include #include #include
www.eeworm.com/read/171367/9759760

c run.c

/****************************************************************** * SEAL 2.0 * * Copyright (c) 1999-2002 SEAL Developers. All Rights Reserve
www.eeworm.com/read/171367/9759826

c text.c

/****************************************************************** * SEAL 2.0 * * Copyright (c) 1999-2002 SEAL Developers. All Rights Reserve
www.eeworm.com/read/414682/11106597

cpp 零件切割问题.cpp

#include #include #include #include #include typedef struct MuKuai{ //木块结构体定义 float h; //木块高度 float w; //木块
www.eeworm.com/read/266352/11231246

h scratchmem.h

/* ///////////////////////////////////////////////////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a