Home
last modified time | relevance | path

Searched defs:msp (Results 1 – 4 of 4) sorted by relevance

/external/libgsm/src/
Dpreprocess.c49 word msp, lsp; variable
/external/dlmalloc/
Dmalloc.c5440 mchunkptr msp = align_as_chunk(tbase); in init_user_mstate() local
5493 int mspace_track_large_chunks(mspace msp, int enable) { in mspace_track_large_chunks()
5510 size_t destroy_mspace(mspace msp) { in destroy_mspace()
5538 void* mspace_malloc(mspace msp, size_t bytes) { in mspace_malloc()
5652 void mspace_free(mspace msp, void* mem) { in mspace_free()
5753 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
5773 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc()
5818 void* mspace_realloc_in_place(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc_in_place()
5850 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mspace_memalign()
5861 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
[all …]
/external/blktrace/
Dblkparse.c2257 static inline struct trace *ms_peek(struct ms_stream *msp) in ms_peek()
2262 static inline __u64 ms_peek_time(struct ms_stream *msp) in ms_peek_time()
2267 static inline void ms_resort(struct ms_stream *msp) in ms_resort()
2276 static inline void ms_deq(struct ms_stream *msp) in ms_deq()
2291 static void ms_sort(struct ms_stream *msp) in ms_sort()
2311 static int ms_prime(struct ms_stream *msp) in ms_prime()
2395 struct ms_stream *msp = malloc(sizeof(*msp)); in ms_alloc() local
2452 static int handle(struct ms_stream *msp) in handle()
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c13516 Bool msp = False; in dis_vxv_sp_arith() local