代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/307145/13727815

c ch07s036.c

char *p; p = malloc(len); foomem(p); /* ... */ } void foomem(char *p) { assert(p != NULL); dosomethingwith(p); }
www.eeworm.com/read/301504/13858047

c pr_loqo.c

/* * File: pr_loqo.c * Purpose: solves quadratic programming problem for pattern recognition * for support vectors * * Author: Alex J. Smola * Created: 10/14/97
www.eeworm.com/read/136827/5847324

c mem.c

/* * default memory allocator for libavcodec * Copyright (c) 2002 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser
www.eeworm.com/read/136571/5868267

c mpeg2ply.c

/* patched version from July 13, 1994 */ /* mpeg2dec.c, main(), initialization, option processing */ /* Copyright (C) 1994, MPEG Software Simulation Group. All Rights Reserved. */
www.eeworm.com/read/131315/5938482

h i386linux.h

#include #define DONTDECLARE_MALLOC #include "hosts/i386v.h"
www.eeworm.com/read/128684/5980316

c pr_loqo.c

/* * File: pr_loqo.c * Purpose: solves quadratic programming problem for pattern recognition * for support vectors * * Author: Alex J. Smola * Created: 10/14/97
www.eeworm.com/read/127438/6006420

c allred.c

#include #include "mpi.h" #include #include /* Run this test on 2, 4, 6, 8, or 10 processes only */ int main( int argc, char **argv ) { int count, errcnt = 0, gerr = 0,
www.eeworm.com/read/125688/6023824

c mustmalloc.c

/* * Copyright (c) 1995-1998 University of Utah and the Flux Group. * All rights reserved. * * This file is part of the Flux OSKit. The OSKit is free software, also known * as "open source;" yo
www.eeworm.com/read/125688/6023834

c smalloc.c

/* * Copyright (c) 1995-1999 University of Utah and the Flux Group. * All rights reserved. * * This file is part of the Flux OSKit. The OSKit is free software, also known * as "open source;" yo
www.eeworm.com/read/110972/6160803

c mpeg2ply.c

/* patched version from July 13, 1994 */ /* mpeg2dec.c, main(), initialization, option processing */ /* Copyright (C) 1994, MPEG Software Simulation Group. All Rights Reserved. */