代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/427960/8908629
c ecdhp8.c
/*
Example Elliptic Curve Diffie-Hellman program for 8-bit constrained environments. Uses point compression.
Stack-only memory allocation
Use with this mirdef.h header (for a PC using MS C)
www.eeworm.com/read/427960/8908696
c ecdhp16.c
/*
Example Elliptic Curve Diffie-Hellman program for 16-bit constrained environments. Uses point compression.
Stack-only memory allocation
Use with this mirdef.h header (for a PC using MS C)
www.eeworm.com/read/427960/8908816
c ecdhp32.c
/*
Example Elliptic Curve Diffie-Hellman program for 32-bit constrained environments. Uses point compression.
Stack-only memory allocation
Use with this mirdef.h header (for a PC using MS C)
www.eeworm.com/read/427960/8909584
c ecdhp.c
/*
Example Elliptic Curve Diffie-Hellman program for 32-bit constrained environments. Uses point compression.
Stack-only memory allocation
Use with this mirdef.h header (for a PC using MS C)
www.eeworm.com/read/427960/8909734
c ecdh2m.c
/*
Example GF(2^m) Elliptic Curve Diffie-Hellman program for constrained environments. Uses point compression.
Stack-only memory allocation
Use with this mirdef.h header (for a PC using MS C)
www.eeworm.com/read/182833/9188581
cc bighashmap_arena.cc
// -*- c-basic-offset: 4; related-file-name: "../include/click/bighashmap_arena.hh" -*-
/*
* bighashmap_arena.{cc,hh} -- memory allocation for hash tables, etc.
* Eddie Kohler
*
* Copyright (c) 20
www.eeworm.com/read/366144/9829821
h cptc_geomsh_utils.h
#ifndef cptc_geomsh_utils_h
#define cptc_geomsh_utils_h
/* define memory allocation symbols */
#define cptc_malloc malloc
#ifdef __cplusplus
extern "C" {
#endif
#include
#inc
www.eeworm.com/read/169457/9860198
c heap.c
/*
heap.c - allocation thru a heap
Author: Paul Barker
Part of: COS
Created: 01/09/04
Last Modified: 16/10/04
Copyright (C) 2004 Paul Barker
This program is free software; you can r
www.eeworm.com/read/168857/9891539
html page416.html
Dynamic Storage Allocation: The Other Kind of Heap
www.eeworm.com/read/363672/9940448
cpp choicedialog.cpp
// ChoiceDialog.cpp : implementation file
//
#include "stdafx.h"
#include "Allocation.h"
#include "ChoiceDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL