File and directory operations.
int64_t BLI_lseek(int fd, int64_t offset, int whence)
int64_t BLI_read(int fd, void *buf, size_t nbytes)
Wrapper for reading from various sources (e.g. raw files, compressed files, memory....
FileReader * BLI_filereader_new_file(int filedes) ATTR_WARN_UNUSED_RESULT
Compatibility-like things for windows.
Read Guarded memory(de)allocation.
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
static void file_close(FileReader *reader)
void * MEM_callocN(size_t len, const char *str)
void MEM_freeN(void *vmemh)