HomeSort by relevance Sort by last modified time
    Searched full:hunk (Results 1 - 25 of 30) sorted by null

1 2

  /external/quake/quake/src/QW/client/
zone.h 24 H_??? The hunk manages the entire memory block given to quake. It must be
29 Hunk allocations should be given a name, so the Hunk_Print () function
32 Hunk allocations are guaranteed to be 16 byte aligned.
40 the very bottom of the hunk.
56 high hunk allocations
58 <--- high hunk reset point held by vid
66 <--- high hunk used
70 <--- low hunk used
72 client and server low hunk allocations
74 <-- low hunk reset point held by hos
    [all...]
zone.c 60 all big things are allocated on the hunk.
332 Con_Printf (" :%8i total hunk size\n", hunk_size);
338 // skip to the high hunk if done with low hunk
530 Return space from the top of the hunk
608 Throw things out until the hunk can be expanded to the given point
621 return; // there is space to grow the hunk
630 Throw things out until the hunk can be expanded to the given point
644 return; // there is space to grow the hunk
681 Looks for a free block of memory between the high and low hunk mark
    [all...]
cmd.c 287 // FIXME: is this safe freeing the hunk here???
516 if (host_initialized) // because hunk allocation would get stomped
r_main.c 1078 Sys_Error ("Hunk is missaligned");
common.c 1567 // extract the filename base name for hunk tag
1620 // uses temp hunk if larger than bufsize
    [all...]
snd_dma.c 64 sfx_t *known_sfx; // hunk allocated [MAX_SFX]
gl_model.c 28 char loadname[32]; // for hunk tags
    [all...]
model.c 29 char loadname[32]; // for hunk tags
    [all...]
  /external/quake/quake/src/WinQuake/
zone.h 24 H_??? The hunk manages the entire memory block given to quake. It must be
29 Hunk allocations should be given a name, so the Hunk_Print () function
32 Hunk allocations are guaranteed to be 16 byte aligned.
40 the very bottom of the hunk.
56 high hunk allocations
58 <--- high hunk reset point held by vid
66 <--- high hunk used
70 <--- low hunk used
72 client and server low hunk allocations
74 <-- low hunk reset point held by hos
    [all...]
zone.cpp 60 all big things are allocated on the hunk.
332 Con_Printf (" :%8i total hunk size\n", hunk_size);
338 // skip to the high hunk if done with low hunk
525 Return space from the top of the hunk
603 Throw things out until the hunk can be expanded to the given point
616 return; // there is space to grow the hunk
625 Throw things out until the hunk can be expanded to the given point
639 return; // there is space to grow the hunk
676 Looks for a free block of memory between the high and low hunk mark
    [all...]
common.cpp 1580 // extract the filename base name for hunk tag
1630 // uses temp hunk if larger than bufsize
    [all...]
cl_main.cpp 46 // FIXME: put these on hunk?
cmd.cpp 536 if (host_initialized) // because hunk allocation would get stomped
net_comx.cpp 1151 Sys_Error("Hunk alloc failed for com port\n");
r_main.cpp 1059 Sys_Error ("Hunk is missaligned");
snd_dma.cpp 61 sfx_t *known_sfx; // hunk allocated [MAX_SFX]
gl_model.cpp 28 char loadname[32]; // for hunk tags
    [all...]
model.cpp 29 char loadname[32]; // for hunk tags
    [all...]
  /external/jdiff/src/jdiff/
Diff.java 122 DiffMyers.change hunk = script;
123 DiffMyers.change lasthunk = null; // Set to the last potential hunk
125 for (; hunk != null; hunk = hunk.link) {
126 int deletes = hunk.deleted;
127 int inserts = hunk.inserted;
131 lasthunk = hunk;
135 int first0 = hunk.line0; // Index of first deleted word
136 int first1 = hunk.line1; // Index of first inserted wor
166 DiffMyers.change hunk = script; local
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 158 /* Reads in a hunk of data until a newline character or a '\000' is hit. The
  /external/bluetooth/glib/glib/
gstring.c 696 /* If we aren't appending at the end, move a hunk
    [all...]
  /external/quake/quake/src/QW/server/
model.c 28 char loadname[32]; // for hunk tags
  /external/icu4c/test/cintltst/
ccapitst.c 1514 char hunk[8192]; local
    [all...]
  /external/netcat/
netcat.c 769 just like doconnect, and in fact calls a hunk of doconnect, but listens for
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 352 to grow anyway, so we just allocate a hunk and make the copy as
    [all...]

Completed in 2145 milliseconds

1 2