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/
Dfree.c29 int idx = get_slot_index(p); in free_group()
106 int idx = get_slot_index(p); in free()
Dmalloc_usable_size.c19 int idx = get_slot_index(p); in malloc_usable_size()
Daligned_alloc.c36 int idx = get_slot_index(p); in aligned_alloc()
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()
Drealloc.c13 int idx = get_slot_index(p); in realloc()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
Dmalloc_usable_size.c18 int idx = get_slot_index(p); in malloc_usable_size()
Daligned_alloc.c36 int idx = get_slot_index(p); in aligned_alloc()
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()