代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/127087/6007452
h ansi_realloc.h
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software fo
www.eeworm.com/read/124347/6051587
c vec_realloc.c
/* vec_realloc.c -- a wrapper for _vec_realloc_r. */
#include
#include
#include
#ifndef _REENT_ONLY
_PTR
_DEFUN (vec_realloc, (ap, nbytes),
_PTR ap _AND
size_t nby
www.eeworm.com/read/117182/6108584
find-func realloc.find-func
/home/asysweb/public_html/cortex/kernel/src/realloc
FIND optionbase_path = /home/asysweb/public_html/cortex/kernel/src/realloc
find_opt = FIND-F
www.eeworm.com/read/100039/6275981
h ansi_realloc.h
/*
* Copyright (c) 1997,1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided th
www.eeworm.com/read/100039/6276076
h ansi_realloc.h
/*
* Copyright (c) 1997,1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided th
www.eeworm.com/read/100039/6276085
h ansi_realloc.h
/*
* Copyright (c) 1997,1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided th
www.eeworm.com/read/410482/11283390
c realloc_example.c
#include
#include
int main (int argc,char* argv[],char* envp[]) //(1)主函数
{
int input;
int n;
int *numbers1;
int *numbers2;
numbers1=NULL;
if((numbers
www.eeworm.com/read/345247/11824311
c tst_realloc.c
#include
#include /* for printf */
void tst_realloc (void) {
void xdata *p;
void xdata *new_p;
p = malloc (100);
if (p != NULL) {
new_p