Lines Matching refs:static
3496 ("static int slwait(int *sl);\n" +
3497 "static int slrelease(int *sl);\n" +
3500 "static long getpagesize(void);\n" +
3501 "static long getregionsize(void);\n" +
3502 "static void *sbrk(long size);\n" +
3503 "static void *mmap(void *ptr, long size, long prot, long type, long handle, long arg);\n" +
3504 "static long munmap(void *ptr, long size);\n" +
3506 "static void vminfo (unsigned long*free, unsigned long*reserved, unsigned long*committed);\n" +
3507 "static int cpuinfo (int whole, unsigned long*kernel, unsigned long*user);\n" +
4725 "static Void_t* mALLOc(size_t);\n" +
4726 "static void fREe(Void_t*);\n" +
4727 "static Void_t* rEALLOc(Void_t*, size_t);\n" +
4728 "static Void_t* mEMALIGn(size_t, size_t);\n" +
4729 "static Void_t* vALLOc(size_t);\n" +
4730 "static Void_t* pVALLOc(size_t);\n" +
4731 "static Void_t* cALLOc(size_t, size_t);\n" +
4732 "static Void_t** iCALLOc(size_t, size_t, Void_t**);\n" +
4733 "static Void_t** iCOMALLOc(size_t, size_t*, Void_t**);\n" +
4734 "static void cFREe(Void_t*);\n" +
4735 "static int mTRIm(size_t);\n" +
4736 "static size_t mUSABLe(Void_t*);\n" +
4737 "static void mSTATs();\n" +
4738 "static int mALLOPt(int, int);\n" +
4739 "static struct mallinfo mALLINFo(void);\n" +
4741 "static Void_t* mALLOc();\n" +
4742 "static void fREe();\n" +
4743 "static Void_t* rEALLOc();\n" +
4744 "static Void_t* mEMALIGn();\n" +
4745 "static Void_t* vALLOc();\n" +
4746 "static Void_t* pVALLOc();\n" +
4747 "static Void_t* cALLOc();\n" +
4748 "static Void_t** iCALLOc();\n" +
4749 "static Void_t** iCOMALLOc();\n" +
4750 "static void cFREe();\n" +
4751 "static int mTRIm();\n" +
4752 "static size_t mUSABLe();\n" +
4753 "static void mSTATs();\n" +
4754 "static int mALLOPt();\n" +
4755 "static struct mallinfo mALLINFo();\n" +
4771 "static int mALLOC_MUTEx;\n" +
4779 "static pthread_mutex_t mALLOC_MUTEx = PTHREAD_MUTEX_INITIALIZER;\n" +
4807 "static pthread_once_t free_mutex_once = PTHREAD_ONCE_INIT;\n" +
4808 "static pthread_mutex_t free_mutex;\n" +
4809 "static int scheduled_free_size;\n" +
4810 "static int scheduled_free_capacity;\n" +
4811 "static int scheduled_free_list;\n" +
4814 "static void initialize_scheduled_free_list()\n" +
4819 "static void drain_scheduled_free_list()\n" +
4835 "static void schedule_free_on_main_thread(Void_t* m)\n" +
5091 "static int dev_zero_fd = -1; /* Cached file descriptor for /dev/zero. */\n" +
5345 " below. There are no other static variables, except in two optional\n" +
5444 "static int largebin_index(unsigned int sz) {\n" +
5717 " If you are adapting this malloc in a way that does NOT use a static\n" +
5723 "static struct malloc_state av_; /* never directly referenced */\n" +
5746 "static void malloc_init_state(mstate av)\n" +
5748 "static void malloc_init_state(av) mstate av;\n" +
5784 "static Void_t* sYSMALLOc(INTERNAL_SIZE_T, mstate);\n" +
5786 "static int sYSTRIm(size_t, mstate);\n" +
5788 "static void malloc_consolidate(mstate);\n" +
5789 "static Void_t** iALLOc(size_t, size_t*, int, Void_t**);\n" +
5791 "static Void_t* sYSMALLOc();\n" +
5792 "static int sYSTRIm();\n" +
5793 "static void malloc_consolidate();\n" +
5794 "static Void_t** iALLOc();\n" +
5829 "static void do_check_chunk(mchunkptr p)\n" +
5831 "static void do_check_chunk(p) mchunkptr p;\n" +
5879 "static void do_check_free_chunk(mchunkptr p)\n" +
5881 "static void do_check_free_chunk(p) mchunkptr p;\n" +
5919 "static void do_check_inuse_chunk(mchunkptr p)\n" +
5921 "static void do_check_inuse_chunk(p) mchunkptr p;\n" +
5961 "static void do_check_remalloced_chunk(mchunkptr p, INTERNAL_SIZE_T s)\n" +
5963 "static void do_check_remalloced_chunk(p, s) mchunkptr p; INTERNAL_SIZE_T s;\n" +
5985 "static void do_check_malloced_chunk(mchunkptr p, INTERNAL_SIZE_T s)\n" +
5987 "static void do_check_malloced_chunk(p, s) mchunkptr p; INTERNAL_SIZE_T s;\n" +
6018 "static void do_check_malloc_state()\n" +
6145 "static Void_t* sYSMALLOc(INTERNAL_SIZE_T nb, mstate av)\n" +
6147 "static Void_t* sYSMALLOc(nb, av) INTERNAL_SIZE_T nb; mstate av;\n" +
6585 "static int sYSTRIm(size_t pad, mstate av)\n" +
6587 "static int sYSTRIm(pad, av) size_t pad; mstate av;\n" +
7174 "static void malloc_consolidate(mstate av)\n" +
7176 "static void malloc_consolidate(av) mstate av;\n" +
7729 "static Void_t** iALLOc(size_t n_elements,\n" +
7734 "static Void_t** iALLOc(n_elements, sizes, opts, chunks) size_t n_elements; size_t* sizes; int opts; Void_t* chunks[];\n" +
8174 " static int next_os_pool;\n" +
8180 " static void *sbrk_top = 0;\n" +
8249 "static int slwait (int *sl) {\n" +
8256 "static int slrelease (int *sl) {\n" +
8263 "static int g_sl;\n" +
8269 "static long getpagesize (void) {\n" +
8270 " static long g_pagesize = 0;\n" +
8278 "static long getregionsize (void) {\n" +
8279 " static long g_regionsize = 0;\n" +
8298 "static int region_list_append (region_list_entry **last, void *base_reserved, long reserve_size) {\n" +
8311 "static int region_list_remove (region_list_entry **last) {\n" +
8328 "static void *sbrk (long size) {\n" +
8329 " static long g_pagesize, g_my_pagesize;\n" +
8330 " static long g_regionsize, g_my_regionsize;\n" +
8331 " static region_list_entry *g_last;\n" +
8594 "static void *mmap (void *ptr, long size, long prot, long type, long handle, long arg) {\n" +
8595 " static long g_pagesize;\n" +
8596 " static long g_regionsize;\n" +
8633 "static long munmap (void *ptr, long size) {\n" +
8634 " static long g_pagesize;\n" +
8635 " static long g_regionsize;\n" +
8668 "static void vminfo (CHUNK_SIZE_T *free, CHUNK_SIZE_T *reserved, CHUNK_SIZE_T *committed) {\n" +
8689 "static int cpuinfo (int whole, CHUNK_SIZE_T *kernel, CHUNK_SIZE_T *user) {\n" +