Home
last modified time | relevance | path

Searched defs:reent (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dmalloc.c36 void __wrap__free_r(struct _reent *reent, void *aptr) in __wrap__free_r()
45 size_t __wrap__malloc_usable_size_r(struct _reent *reent, void *aptr) in __wrap__malloc_usable_size_r()
50 void *__wrap__malloc_r(struct _reent *reent, size_t nbytes) in __wrap__malloc_r()
59 void *__wrap__memalign_r(struct _reent *reent, size_t align, size_t nbytes) in __wrap__memalign_r()
68 void *__wrap__realloc_r(struct _reent *reent, void *aptr, size_t nbytes) in __wrap__realloc_r()
82 void *__wrap__calloc_r(struct _reent *reent, size_t nitems, size_t size) in __wrap__calloc_r()
/third_party/python/Objects/
Dtypeobject.c2133 int reent; in mro_internal() local