Searched refs:_libkernel_functions (Results 1 – 3 of 3) sorted by relevance
39 if (_libkernel_functions->malloc) { in malloc()40 return _libkernel_functions->malloc(size); in malloc()49 if (_libkernel_functions->free) { in free()50 _libkernel_functions->free(ptr); in free()58 if (_libkernel_functions->realloc) { in realloc()79 if (_libkernel_functions->version >= 5) { in malloc_type_malloc()91 if (_libkernel_functions->version >= 5) { in malloc_type_free()92 if (_libkernel_functions->malloc_type_free) { in malloc_type_free()103 if (_libkernel_functions->version >= 5) { in malloc_type_realloc()139 if (_libkernel_functions->version >= 3 && in _pthread_clear_qos_tsd()[all …]
81 _libkernel_functions_t _libkernel_functions; variable90 _libkernel_functions = fns; in __libkernel_init()
61 typedef const struct _libkernel_functions { struct