Searched refs:mark_inuse_foot (Results 1 – 1 of 1) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_malloc.c | 2417 #define mark_inuse_foot(M,p,s) macro 2436 #define mark_inuse_foot(M,p,s)\ macro 2446 mark_inuse_foot(M,p,s)) 2451 mark_inuse_foot(M,p,s)) 2455 mark_inuse_foot(M, p, s)) 3175 mark_inuse_foot(m, p, psize); in mmap_alloc() 3211 mark_inuse_foot(m, newp, psize); in mmap_resize()
|