File: platform.h

package info (click to toggle)
psyco-doc 1.6-1
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 1,832 kB
  • ctags: 3,236
  • sloc: ansic: 23,895; python: 5,646; perl: 1,309; makefile: 153
file content (9 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
/*
 * OS-specific utilities.
 */

/* allocate 'basicsize' bytes, or possibly a multiple of it if allocating
   large blocks of memory is better.  The allocated address is stored
   in '*result'.  The total allocated size is returned, or 0 to try some
   other allocation method. */
extern long psyco_allocate_executable_buffer(long basicsize, char **result);