代码搜索:realloc

找到约 1,059 项符合「realloc」的源代码

代码结果 1,059
www.eeworm.com/read/125688/6025801

c vasprintf.c

/*- * Copyright (c) 1996 Peter Wemm * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
www.eeworm.com/read/124347/6052229

c envz_strip.c

/* Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved. * * Permission to use, copy, modify, and distribute this software * is freely granted, provided that this notice is preserved.
www.eeworm.com/read/339093/12260062

h c_buffer.h

//---------------------------- // C_buffer - template class for implementing fixed-sized buffer with automatic // allocation, de-allocation, member-access. //---------------------------- #ifndef
www.eeworm.com/read/232538/14193088

txt readme.txt

Mesa-6.2.1傪Mona梡偵僐儞僷僀儖偡傞偨傔偺僐儞僷僀儖愝掕僼傽僀儖偲Makefile 昁梫側傕偺 Mona偺CVS僜乕僗 Mona-20050626-calloc-realloc.diff MesaLib-6.2.1.tar.bz2 tmpmonalibc-2.tar.gz 僀儞僗僩乕儖曽朄 export MONADIR=Mona偺僜乕僗僣儕乕偺応強 cd $MO
www.eeworm.com/read/162614/5540477

c hook-allocstuff.c

#include #include int main () { char *foo = (char *) malloc (10); strcpy (foo, "hello"); foo = (char *) realloc (foo, 20); printf ("%s", foo); if (strcmp (foo, "hello")
www.eeworm.com/read/111344/15514328

h error.h

/* * $XConsortium: error.h,v 1.9 93/02/25 17:21:29 gildea Exp $ */ /* * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. * * All Rights Reserved
www.eeworm.com/read/100077/15886067

c smap.c

/* CHK=0x7CB8 */ /* * @(#)smap.c 1.2 30/08/88 16:28:19 agc * * Copyright 1988, Joypace Ltd., UK. This product is "careware". * If you find it useful, I suggest that you send what you think * it i
www.eeworm.com/read/100077/15886186

h smap.h

/* * @(#)smap.h 1.1 30/08/88 16:07:36 agc * * Copyright 1988, Joypace Ltd., UK. This product is "careware". * If you find it useful, I suggest that you send what you think * it is worth to the ch
www.eeworm.com/read/100033/15887689

c string.c

/* ------------------------------------------------------------------------- */ /* * Copyright (c) 1999 * GMRS Software GmbH, Innsbrucker Ring 159, 81669 Munich, Germany. * http://www.g
www.eeworm.com/read/192259/8391472

c client.c

#include "opend.h" #define NALLOC 10 /* #Client structs to alloc/realloc for */ static void client_alloc(void) /* alloc more entries in the client[] array */ { int i; if (client == NU