Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F31766753
stdmem.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
stdmem.h
View Options
/* stdmem.h - internal definitions for stdmem
* Copyright (C) 2000 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GnuPG is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#ifndef G10_STDMEM_H
#define G10_STDMEM_H 1
void
g10_private_enable_m_guard
(
void
);
void
*
g10_private_malloc
(
size_t
n
);
void
*
g10_private_malloc_secure
(
size_t
n
);
void
*
g10_private_realloc
(
void
*
a
,
size_t
n
);
void
g10_private_check_heap
(
const
void
*
a
);
void
g10_private_free
(
void
*
a
);
#endif
/* G10_STDMEM_H */
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Nov 6, 3:19 PM (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f0/32/1e0fadea3898fa5285cfcd1e9966
Attached To
rC libgcrypt
Event Timeline
Log In to Comment