6 lines
175 KiB
JavaScript
6 lines
175 KiB
JavaScript
|
var N=null,E="",T="t",U="u",searchIndex={};
|
||
|
var R=["tv_sec","arp_pa","arp_ha","arp_flags","arp_netmask","events","rlim_cur","rlim_max","it_interval","it_value","envelope","e_machine","e_version","e_ehsize","e_phentsize","e_shentsize","e_shstrndx","st_other","st_shndx","st_value","p_offset","p_filesz","sh_flags","sh_offset","sh_addralign","sh_entsize","ch_addralign","version","d_reclen","gl_pathc","gl_pathv","gl_flags","st_size","st_nlink","st_blksize","st_blocks","st_atime","st_atime_nsec","st_mtime","st_mtime_nsec","st_ctime","st_ctime_nsec","f_blocks","f_bavail","f_namelen","f_frsize","f_bsize","f_bfree","f_files","f_ffree","c_ispeed","c_ospeed","mxcr_mask","f_favail","f_namemax","cpu_set_t","c_uint","sigaction","statfs64","statvfs64","if_nameindex","mallinfo","try_from","try_into","borrow_mut","result","type_id","borrow","typeid","timespec","ipv6_mreq","itimerval","protoent","timezone","sockaddr","sockaddr_in","sockaddr_in6","addrinfo","sockaddr_ll","sched_param","in_pktinfo","in6_rtmsg","arpreq_old","epoll_event","sockaddr_un","sockaddr_storage","sigevent","fpos64_t","rlimit64","signalfd_siginfo","itimerspec","packet_mreq","input_event","input_id","input_absinfo","input_keymap_entry","input_mask","ff_replay","ff_trigger","ff_envelope","ff_constant_effect","ff_ramp_effect","ff_condition_effect","ff_periodic_effect","ff_rumble_effect","ff_effect","dl_phdr_info","posix_spawn_file_actions_t","posix_spawnattr_t","genlmsghdr","in6_pktinfo","arpd_request","inotify_event","sockaddr_vm","sockaddr_nl","sockaddr_alg","af_alg_iv","statx_timestamp","__exit_status","__timeval","nl_pktinfo","nl_mmap_req","nl_mmap_hdr","siginfo_t","pthread_attr_t","_libc_fpxreg","_libc_xmmreg","_libc_fpstate","user_regs_struct","mcontext_t","user_fpregs_struct","ucontext_t","pthread_mutexattr_t","pthread_rwlockattr_t","pthread_condattr_t","pthread_cond_t","pthread_mutex_t","pthread_rwlock_t","Elf32_Ehdr","Elf64_Ehdr","Elf32_Sym","Elf64_Sym","Elf32_Phdr","Elf64_Phdr","Elf32_Shdr","Elf64_Shdr","Elf32_Chdr","Elf64_Chdr","dirent64","glob64_t","nlmsghdr","nlmsgerr","msqid_ds","ipc_perm","shmid_ds","termios2","in6_addr","sigset_t","Align the memory allocation to start at an address that is…","Allocates `size` bytes of memory at an address which is a…","Resizes the previously-allocated memory region referenced…","Deallocates previously-allocated memory region referenced…","Returns the real size of the previously-allocated memory…","Extent lifetime management functions.","extent_hooks_s","posix_memalign","malloc_usable_size","formatter"];
|
||
|
searchIndex["jemalloc_sys"]={"doc":"Rust bindings to the `jemalloc` C library.","i":[[3,R[164],"jemalloc_sys",R[163],N,N],[12,"alloc",E,E,0,N],[12,"dalloc",E,E,0,N],[12,"destroy",E,E,0,N],[12,"commit",E,E,0,N],[12,"decommit",E,E,0,N],[12,"purge_lazy",E,E,0,N],[12,"purge_forced",E,E,0,N],[12,"split",E,E,0,N],[12,"merge",E,E,0,N],[5,"MALLOCX_LG_ALIGN",E,R[158],N,[[["usize"]],["c_int"]]],[5,"MALLOCX_ALIGN",E,R[158],N,[[["usize"]],["c_int"]]],[5,"MALLOCX_TCACHE",E,"Use the thread-specific cache (tcache) specified by the…",N,[[["usize"]],["c_int"]]],[5,"MALLOCX_TCACHE_NONE",E,"Do not use a thread-specific cache (tcache).",N,[[],["c_int"]]],[5,"MALLOCX_ARENA",E,"Use the arena specified by the index `a`.",N,[[["usize"]],["c_int"]]],[5,"malloc",E,"Allocates `size` bytes of uninitialized memory.",N,N],[5,"calloc",E,"Allocates zero-initialized space for an array of `number`…",N,N],[5,R[165],E,R[159],N,N],[5,"aligned_alloc",E,R[159],N,N],[5,"realloc",E,R[160],N,N],[5,"free",E,R[161],N,N],[5,"mallocx",E,"Allocates at least `size` bytes of memory according to…",N,N],[5,"rallocx",E,R[160],N,N],[5,"xallocx",E,R[160],N,N],[5,"sallocx",E,R[162],N,N],[5,"dallocx",E,R[161],N,N],[5,"sdallocx",E,R[161],N,N],[5,"nallocx",E,"Returns the real size of the allocation that would result…",N,N],[5,R[166],E,R[162],N,N],[5,"mallctl",E,"General interface for introspecting the memory allocator,…",N,N],[5,"mallctlnametomib",E,"Translates a name to a “Management Information Base” (MIB)…",N,N],[5,"mallctlbymib",E,"Like [`mallctl`] but taking a `mib` as input instead of a…",N,N],[5,"malloc_stats_print",E,"Writes summary statistics via the `write_cb` callback…",N,N],[7,"malloc_message",E,"Allows overriding the function which emits the text…",N,N],[7,"malloc_conf",E,"Compile-time string of configuration options.",N,N],[6,"extent_hooks_t",E,R[163],N,N],[6,"extent_alloc_t",E,"Extent allocation function.",N,N],[6,"extent_dalloc_t",E,"Extent deallocation function.",N,N],[6,"extent_destroy_t",E,"Extent destruction function.",N,N],[6,"extent_commit_t",E,"Extent commit function.",N,N],[6,"extent_decommit_t",E,"Extent decommit function.",N,N],[6,"extent_purge_t",E,"Extent purge function.",N,N],[6,"extent_split_t",E,"Extent split function.",N,N],[6,"extent_merge_t",E,"Extent merge function.",N,N],[17,"MALLOCX_ZERO",E,"Initialize newly allocated memory to contain zero bytes.",N,N],[11,"from",E,E,0,[[[T]],[T]]],[11,R[62],E,E,0,[[[U]],[R[65]]]],[11,"into",E,E,0,[[],[U]]],[11,R[63],E,E,0,[[],[R[65]]]],[11,R[67],E,E,0,[[["self"]],[T]]],[11,R[64],E,E,0,[[["self"]],[T]]],[11,R[66],E,E,0,[[["self"]],[R[68]]]],[11,"clone",E,E,0,[[["self"]],[R[164]]]],[11,"default",E,E,0,[[],[R[164]]]]],"p":[[3,R[164]]]};
|
||
|
searchIndex["jemallocator"]={"doc":"Bindings for jemalloc as an allocator","i":[[3,"Jemalloc","jemallocator","Handle to the jemalloc allocator",N,N],[5,"usable_size",E,"Return the usable size of the allocation pointed to by ptr.",N,[[],["usize"]]],[11,"from",E,E,0,[[[T]],[T]]],[11,R[62],E,E,0,[[[U]],[R[65]]]],[11,"into",E,E,0,[[],[U]]],[11,R[63],E,E,0,[[],[R[65]]]],[11,R[67],E,E,0,[[["self"]],[T]]],[11,R[64],E,E,0,[[["self"]],[T]]],[11,R[66],E,E,0,[[["self"]],[R[68]]]],[11,"fmt",E,E,0,[[["self"],[R[167]]],[R[65]]]],[11,"clone",E,E,0,[[["self"]],["jemalloc"]]],[11,"default",E,E,0,[[],["jemalloc"]]],[11,"alloc",E,E,0,[[["self"],["layout"]]]],[11,"alloc_zeroed",E,E,0,[[["self"],["layout"]]]],[11,"dealloc",E,E,0,[[["self"],["layout"]]]],[11,"realloc",E,E,0,[[["self"],["usize"],["layout"]]]]],"p":[[3,"Jemalloc"]]};
|
||
|
searchIndex["libc"]={"doc":"libc - Raw FFI bindings to platforms' system libraries","i":[[4,"c_void","libc","Equivalent to C's `void` type when used as a [pointer].",N,N],[3,"group",E,E,N,N],[12,"gr_name",E,E,0,N],[12,"gr_passwd",E,E,0,N],[12,"gr_gid",E,E,0,N],[12,"gr_mem",E,E,0,N],[3,"utimbuf",E,E,N,N],[12,"actime",E,E,1,N],[12,"modtime",E,E,1,N],[3,"timeval",E,E,N,N],[12,R[0],E,E,2,N],[12,"tv_usec",E,E,2,N],[3,R[69],E,E,N,N],[12,R[0],E,E,3,N],[12,"tv_nsec",E,E,3,N],[3,"rlimit",E,E,N,N],[12,R[6],E,E,4,N],[12,R[7],E,E,4,N],[3,"rusage",E,E,N,N],[12,"ru_utime",E,E,5,N],[12,"ru_stime",E,E,5,N],[12,"ru_maxrss",E,E,5,N],[12,"ru_ixrss",E,E,5,N],[12,"ru_idrss",E,E,5,N],[12,"ru_isrss",E,E,5,N],[12,"ru_minflt",E,E,5,N],[12,"ru_majflt",E,E,5,N],[12,"ru_nswap",E,E,5,N],[12,"ru_inblock",E,E,5,N],[12,"ru_oublock",E,E,5,N],[12,"ru_msgsnd",E,E,5,N],[12,"ru_msgrcv",E,E,5,N],[12,"ru_nsignals",E,E,5,N],[12,"ru_nvcsw",E,E,5,N],[12,"ru_nivcsw",E,E,5,N],[3,R[70],E,E,N,N],[12,"ipv6mr_multiaddr",E,E,6,N],[12,"ipv6mr_interface",E,E,6,N],[3,"hostent",E,E,N,N],[12,"h_name",E,E,7,N],[12,"h_aliases",E,E,7,N],[12,"h_addrtype",E,E,7,N],[12,"h_length",E,E,7,N],[12,"h_addr_list",E,E,7,N],[3,"iovec",E,E,N,N],[12,"iov_base",E,E,8,N],[12,"iov_len",E,E,8,N],[3,"pollfd",E,E,N,N],[12,"fd",E,E,9,N],[12,R[5],E,E,9,N],[12,"revents",E,E,9,N],[3,"winsize",E,E,N,N],[12,"ws_row",E,E,10,N],[12,"ws_col",E,E,10,N],[12,"ws_xpixel",E,E,10,N],[12,"ws_ypixel",E,E,10,N],[3,"linger",E,E,N,N],[12,"l_onoff",E,E,11,N],[12,"l_linger",E,E,11,N],[3,"sigval",E,E,N,N],[12,"sival_ptr",E,E,12,N],[3,R[71],E,E,N,N],[12,R[8],E,E,13,N],[12,R[9],E,E,13,N],[3,"tms",E,E,N,N],[12,"tms_utime",E,E,14,N],[12,"tms_stime",E,E,14,N],[12,"tms_cutime",E,E,14,N],[12,"tms_cstime",E,E,14,N],[3,"servent",E,E,N,N],[12,"s_name",E,E,15,N],[12,"s_aliases",E,E,15,N],[12,"s_port",E,E,15,N],[12,"s_proto",E,E,15,N],[3,R[72],E,E,N,N],[12,"p_name",E,E,16,N],[12,"p_aliases",E,E,16,N],[12,"p_proto",E,E,16,N],[3,"in_addr",E,E,N,N],[12,"s_addr",E,E,17,N],[3,"ip_mreq",E,E,N,N],[12,"imr_multiaddr",E,E,18,N],[12,"imr_interface",E,E,18,N],[3,R[74],E,E,N,N],[12,"sa_family",E,E,19,N],[12,"sa_data",E,E,19,N],[3,R[75],E,E,N,N],[12,"sin_family",E,E,20,N],[12,"sin_port",E,E,20,N],[12,"sin_addr",E,E,20,N],[12,"sin_zero",E,E,20,N],[3,R[76],E,E,N,N],[12,"sin6_family",E,E,21,N],[12,"sin6_port",E,E,21,N],[12,"sin6_flowinfo",E,E,21,N],[12,"sin6_addr",E,E,21,N],[12,"sin6_scope_id",E,E,21,N],[3,R[77],E,E,N,N],[12,"ai_flags",E,E,22,N],[12,"ai_family",E,E,22,N],[12,"ai_socktype",E,E,22,N],[12,"ai_protocol",E,E,22,N],[12,"ai_addrlen",E,E,22,N],[12,"ai_addr",E,E,22,N],[12,"ai_canonname",E,E,22,N],[12,"ai_next",E,E,22,N],[3,R[78],E,E,N,N],[12,"sll_family",E,E,23,N],[12,"sll_protocol",E,E,23,N],[12,"sll_ifindex",E,E,23,N],[12,"sll_hatype",E,E,23,N],[12,"sll_pkttype",E,E,23,N],[12,"sll_halen",E,E,23,N],[12,"sll_addr",E,E,23,N],[3,"fd_set",E,E,N,N],[3,"tm",E,E,N,N],[12,"tm_sec",E,E,24,N],[12,"tm_min",E,E,24,N],[12,"tm_hour",E,E,24,N],[12,"tm_mday",E,E,24,N],[12,"tm_mon",E,E,24,N],[12,"tm_year",E,E,24,N],[12,"tm_wday",E,E,24,N],[12,"tm_yday",E,E,24,N],[12,"tm_isdst",E,E,24,N],[12,"tm_gmtoff",E,E,24,N],[12,"tm_zone",E,E,24,N],[3,R[79],E,E,N,N],[12,"sched_priority",E,E,25,N],[3,"Dl_info",E,E,N,N],[12,"dli_fname",E,E,26,N],[12,"dli_fbase",E,E,26,N],[12,"dli_sname",E,E,26,N],[12,"dli_saddr",E,E,26,N],[3,"lconv",E,E,N,N],[12,"decimal_point",E,E,27,N],[12,"thousands_sep",E,E,27,N],[12,"grouping",E,E,27,N],[12,"int_curr_symbol",E,E,27,N],[12,"currency_symbol",E,E,27,N],[12,"mon_decimal_point",E,E,27,N],[12,"mon_thousands_sep",E,E,27,N],[12,"mon_grouping",E,E,27,N],[12,"positive_sign",E,E,27,N],[12,"negative_sign",E,E,27,N],[12,"int_frac_digits",E,E,27,N],[12,"frac_digits",E,E,27,N],[12,"p_cs_precedes",E,E,27,N],[12,"p_sep_by_space",E,E,27,N],[12,"n_cs_precedes",E,E,27,N],[12,"n_sep_by_space",E,E,27,N],[12,"p_sign_posn",E,E,27,N],[12,"n_sign_posn",E,E,27,N],[12,"int_p_cs_precedes",E,E,27,N],[12,"int_p_sep_by_space",E,E,27,N],[12,"int_n_cs_precedes",E,E,27,N],[12,"int_n_sep_by_space",E,E,27,N],[12,"int_p_sign_posn",E,E,27,N],[12,"int_n_sign_posn",E,E,
|
||
|
initSearch(searchIndex);addSearchOptions(searchIndex);
|