Near Matches
Ignore Exact
Full Text
Everything
2
realloc
(
thing
)
by
everyone
Sun Jul 30 2000 at 20:07:06
The
C
function
for
reallocating
memory
previously
allocated
by
malloc
and friends
. In other words, it
changes
the
size
of
allocated
memory
.
#include <stdlib.h>
void *realloc( void *ptr, size_t size );
It
returns
a
pointer
to the new
piece
of
memory
, or
NULL
if it
failed
. If it returns
NULL
,
ptr
is
unchanged
, and of course,
errno
is set. If
ptr
is
NULL
, it returns
malloc
(size)
. If
size
is
zero
, the
call
is
equivalent
to
free
(ptr)
.
printable version
chaos
The most elusive type of problem in a C program
never use variable arguments in C++
using public variables in c++ classes
Windows Error 0x00000530 - 0x0000059F
errno
CString
free()
calloc
dynamic array
void *
strncat()
malloc
memmove
NetInfo
Placement new
chip butty
Wishbone
printf
glibc
Neuromancer
Y'know, if you
log in
, you can write something here, or contact authors directly on the site.
Create a New User
if you don't already have an account.
Epicenter
Login
Password
remember me
password reminder
register
Everything2 Help
Cool Staff Picks
Little presents from the Node Fairy:
Ed Gein
Moon River
Disintegration
Singapore
kimono
Dusty Springfield
Roast Potatoes
Leonid meteor shower
The Things They Carried
Josef Stalin
Andy Warhol
HC.SVNT.DRACONES
1001 Ways to Beat the Draft
New Writeups
December 27, 2009
(
personal
)
by
vonCube
Obama: 2009 In Review
(
idea
)
by
PJP
Santa is a pinko commie
(
poetry
)
by
PJP
Jonathan Creek
(
review
)
by
waverider37
December 27, 2009
(
log
)
by
RoguePoet
White M Hairstreak
(
fiction
)
by
CrimsonRose
Nokia N900
(
thing
)
by
microlith
Open Your Eyes
(
person
)
by
gianatylererb
Jun, Kneller, like Morozova, need outside perspective
(
fiction
)
by
ncc05
Prayer for Good Seeing
(
poetry
)
by
SO1OS
Green Chartreuse
(
thing
)
by
vonCube
xerophilia
(
thing
)
by
AsteroidPuncher
upgrade
(
idea
)
by
lucychili
Why does that tree?
(
poetry
)
by
mullakamakalaka
The Wytheville Post Office Incident
(
event
)
by
Glowing Fish
(
more
)