代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/491761/6434250

h stl_alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra
www.eeworm.com/read/486192/6537960

h alloc_util.h

#ifndef ALLOC_UTIL_H #define ALLOC_UTIL_H char *G_malloc(int n); char *G_calloc(int n,int m); char *G_realloc(char *b,int n); void G_dealloc(char *b); double *G_alloc_vector(int n); double **G_alloc
www.eeworm.com/read/486192/6537962

cpp alloc_util.cpp

#include "clust_defs.h" #include "alloc_util.h" char *G_malloc(int n) { char *b; b = (char *)malloc((unsigned)n); if (b || !n) return(b); fprintf (stderr, "Out Of Memory\n"); e
www.eeworm.com/read/482776/6611786

h pthread_alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra
www.eeworm.com/read/482776/6611793

h stl_alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra
www.eeworm.com/read/481567/6643330

html mutex_alloc.html

Mutexes body { margin: auto; font-family: "Verdan
www.eeworm.com/read/481054/6656967

h pthread_alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra
www.eeworm.com/read/481054/6656974

h stl_alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra
www.eeworm.com/read/410881/11266173

h pthread_alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra
www.eeworm.com/read/410881/11266191

h stl_alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra