Cirrus Logic CS485 Dokumentacja Strona 82

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 319
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 81
Intel
®
Image Processing Library Reference Manual
4-28
4
wMalloc
Allocates memory aligned to
an 8-byte boundary for 16-
bit words.
short* iplwMalloc(int
size
);
size
Size in words (16 bits) of memory block to
allocate.
Discussion
The iplwMalloc() function allocates memory block aligned to an 8-byte
boundary for 16-bit words. To free this memory, use
iplFree().
Return Value
The function returns a pointer to an aligned memory block. If no memory
is available in the system, then the
NULL value is returned.
iMalloc
Allocates memory aligned to
an 8-byte boundary for 32-bit
double words.
int* ipliMalloc(int
size
);
size Size in double words (32 bits) of memory block
to allocate.
Discussion
The ipliMalloc() function allocates memory block aligned to an 8-byte
boundary for 32-bit double words. To free this memory, use
iplFree().
Przeglądanie stron 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 318 319

Komentarze do niniejszej Instrukcji

Brak uwag