代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/208930/15230651

c mem_align.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Aligned memory allocator - * * This program is an implementation of a part o
www.eeworm.com/read/169697/5413994

h mpetools.h

/* $Id: mpetools.h,v 1.2 2004/08/18 20:45:50 chan Exp $ */ /* (C) 2001 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ /* This file contains some basic definiti
www.eeworm.com/read/167046/5470951

makefile

# Makefile for uClibc # # Copyright (C) 2000-2003 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library G
www.eeworm.com/read/167046/5470953

makefile

# Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. # Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/162614/5527202

c 960521-1.c

#include int *a, *b; int n; #ifdef STACK_SIZE #define BLOCK_SIZE (STACK_SIZE / (sizeof (*a) + sizeof (*b))) #else #define BLOCK_SIZE 32768 #endif foo () { int i; for (i = 0; i < n; i+
www.eeworm.com/read/162614/5530243

c pr15443-1.c

/* { dg-do compile } */ void f () __attribute__ ((__malloc__)); /* { dg-warning "ignored" } */ int main () { /* This used to cause an ICE. */ f (); }
www.eeworm.com/read/162614/5539956

cc check_new.cc

// 2001-11-25 Phil Edwards // // Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software
www.eeworm.com/read/162614/5539957

cc instantiate.cc

// { dg-do compile } // 2001-11-25 Phil Edwards // // Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This libra
www.eeworm.com/read/162614/5539958

cc check_delete.cc

// 2001-11-25 Phil Edwards // // Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software
www.eeworm.com/read/158865/5594315

cc new1.cc

// Support routines for the -*- C++ -*- dynamic memory management. // Copyright (C) 1997, 1998 Free Software Foundation // This file is part of GNU CC. // GNU CC is free software; you can redistribu