代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/171843/5391506

cpp tmndec.cpp

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/171843/5391590

cpp tmndec.cpp

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/169697/5414911

c segtest.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpi.h" #include "mpiimpl.h" #include /*
www.eeworm.com/read/168763/5436329

c uboot_skb.c

/* * Definitions for the 'struct sk_buff' memory handlers in U-Boot. * * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who co
www.eeworm.com/read/167185/5464897

c array.c

/****************************************************************************** * * * Copyright (C) 1992-1995 Tony Rob
www.eeworm.com/read/167046/5470958

c calloc.c

/* This is a version (aka dlmalloc) of malloc/free/realloc written by Doug Lea and released to the public domain. Use, modify, and redistribute this code without permission or acknowledgement i
www.eeworm.com/read/162614/5519524

c badalloc1.c

// { dg-do run { xfail xstormy16-*-* *-*-darwin[1-7]* } } // Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 6 June 2000 // Ch
www.eeworm.com/read/162614/5539909

cc check_deallocate_null.cc

// // Copyright (C) 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // ter
www.eeworm.com/read/162614/5539913

cc check_allocate_max_size.cc

// // Copyright (C) 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // ter
www.eeworm.com/read/162614/5540429

c fail39-frag.c

#include #include int main () { volatile int *k = (int *) malloc (sizeof (int)); volatile int l; if (k == NULL) abort (); *k = 5; free ((void *) k); __mf_set_options