Home
last modified time | relevance | path

Searched refs:reent (Results 1 – 3 of 3) 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() argument
45 size_t __wrap__malloc_usable_size_r(struct _reent *reent, void *aptr) in __wrap__malloc_usable_size_r() argument
50 void *__wrap__malloc_r(struct _reent *reent, size_t nbytes) in __wrap__malloc_r() argument
59 void *__wrap__memalign_r(struct _reent *reent, size_t align, size_t nbytes) in __wrap__memalign_r() argument
68 void *__wrap__realloc_r(struct _reent *reent, void *aptr, size_t nbytes) in __wrap__realloc_r() argument
82 void *__wrap__calloc_r(struct _reent *reent, size_t nitems, size_t size) in __wrap__calloc_r() argument
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dmalloc.h40 size_t __wrap__malloc_usable_size_r(struct _reent *reent, void *aptr);
41 void __wrap__free_r(struct _reent *reent, void *aptr);
42 void *__wrap__malloc_r(struct _reent *reent, size_t nbytes);
43 void *__wrap__memalign_r(struct _reent *reent, size_t align, size_t nbytes);
44 void *__wrap__realloc_r(struct _reent *reent, void *aptr, size_t nbytes);
/third_party/python/Objects/
Dtypeobject.c2120 int reent; in mro_internal() local
2128 reent = (type->tp_mro != old_mro); in mro_internal()
2134 if (reent) { in mro_internal()