Cirrus Logic CS485 Dokumentacja Strona 83

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 319
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 82
Image Creation and Access
4-29
4
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.
sMalloc
Allocates memory aligned to
an 8-byte boundary for
floating-point elements.
float * iplsMalloc(int
size
);
size
Size in float elements (4 bytes) of memory block
to allocate.
Discussion
The iplsMalloc() function allocates memory block aligned to an 8-byte
boundary for floating-point elements. 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.
Przeglądanie stron 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 318 319

Komentarze do niniejszej Instrukcji

Brak uwag