Home
last modified time | relevance | path

Searched refs:get_slot_index (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/malloc/mallocng/
H A Dfree.c29 int idx = get_slot_index(p); in free_group()
106 int idx = get_slot_index(p); in free()
H A Dmalloc_usable_size.c19 int idx = get_slot_index(p); in malloc_usable_size()
H A Drealloc.c13 int idx = get_slot_index(p); in realloc()
H A Daligned_alloc.c40 int idx = get_slot_index(p); in __libc_aligned_alloc()
H A Dmeta.h139 static inline int get_slot_index(const unsigned char *p) in get_slot_index() function
148 int index = get_slot_index(p); in get_meta()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmalloc_usable_size.c18 int idx = get_slot_index(p); in malloc_usable_size()
H A Daligned_alloc.c40 int idx = get_slot_index(p); in __libc_aligned_alloc()
H A Dmeta.h139 static inline int get_slot_index(const unsigned char *p) in get_slot_index() function
148 int index = get_slot_index(p); in get_meta()

Completed in 4 milliseconds